Skip to content

chore(deps): bump the all-actions group across 1 directory with 5 updates - #2190

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-77c38aa42d
Closed

chore(deps): bump the all-actions group across 1 directory with 5 updates#2190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-77c38aa42d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 5 updates in the / directory:

Package From To
actions/checkout 4 7
actions/create-github-app-token 2.1.4 3.2.0
actions/github-script 8.0.0 9.0.0
dependabot/fetch-metadata 2 3
astral-sh/setup-uv 6 7

Updates actions/checkout from 4 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Commits

Updates actions/create-github-app-token from 2.1.4 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

... (truncated)

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates actions/github-script from 8.0.0 to 9.0.0

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates dependabot/fetch-metadata from 2 to 3

Release notes

Sourced from dependabot/fetch-metadata's releases.

v3.0.0

The breaking change is requiring Node.js version v24 as the Actions runtime.

What's Changed

New Contributors

Full Changelog: dependabot/fetch-metadata@v2...v3.0.0

v2.5.0

What's Changed

... (truncated)

Commits
  • 25dd0e3 v3.1.0 (#692)
  • e073f50 Merge pull request #705 from dependabot/dependabot/npm_and_yarn/hono-4.12.14
  • 0670e16 build(deps-dev): bump hono from 4.12.12 to 4.12.14
  • 7a7fe10 Merge pull request #702 from dependabot/dependabot/npm_and_yarn/dependencies-...
  • 5168191 Updating dist build
  • 23882e1 build(deps): bump @​actions/github in the dependencies group
  • 1072469 Merge pull request #701 from dependabot/dependabot/github_actions/actions/cre...
  • 43f8a00 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
  • b4d904a Merge pull request #703 from dependabot/dependabot/npm_and_yarn/globals-17.5.0
  • c8046bb build(deps-dev): bump globals from 17.4.0 to 17.5.0
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 6 to 7

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.3.2 🌈 update known checksums for 0.11.28

Changes

Just a maintenance release

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v8.3.1 🌈 update known checksums for 0.11.27

Changes

Just a maintenance release

🧰 Maintenance

📚 Documentation

v7.2.1 🌈 update known checksums up to 0.9.28

Changes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

... (truncated)

Commits
  • 37802ad Fetch uv from Astral's mirror by default (#809)
  • 9f00d18 chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#808)
  • fd8f376 Switch to ESM for source and test, use CommonJS for dist (#806)
  • f9070de Bump deps (#805)
  • cadb67b chore: update known checksums for 0.10.10 (#804)
  • e06108d Use astral-sh/versions as primary version provider (#802)
  • 0f6ec07 docs: replace copilot instructions with AGENTS.md (#794)
  • 821e5c9 docs: add cross-client dependabot rollup skill (#793)
  • 6ee6290 chore(deps): bump versions (#792)
  • 9f332a1 Add riscv64 architecture support to platform detection (#791)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 2c3c1d2 to 2253eae Compare July 8, 2026 21:09
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 2253eae to be602f3 Compare July 9, 2026 21:38
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from be602f3 to 7654823 Compare July 9, 2026 21:40
- name: Checkout code
if: steps.check.outputs.is_dependabot == 'true'
uses: actions/checkout@v5
uses: actions/checkout@v7

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using actions/checkout@v7 to check out a pull request ref under a workflow_run trigger will fail because v7 blocks pull request checkouts under privileged contexts by default. To fix this, you need to explicitly opt in by setting allow-unsafe-pr-checkout: true.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 7654823 to abe801f Compare July 10, 2026 21:20

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In python/agents/financial-advisor/financial_advisor/__init__.py, calling google.auth.default() at import-time can raise DefaultCredentialsError in environments without GCP credentials configured, and os.environ.setdefault will raise a TypeError if project_id is None. These should be wrapped in a try-except block, and GOOGLE_CLOUD_PROJECT should only be set if project_id is a valid string.

@github-actions

Copy link
Copy Markdown
Contributor

In python/agents/financial-advisor/financial_advisor/__init__.py, calling google.auth.default() at import-time can raise DefaultCredentialsError in environments without GCP credentials configured, and os.environ.setdefault will raise a TypeError if project_id is None. These should be wrapped in a try-except block, and GOOGLE_CLOUD_PROJECT should only be set if project_id is a valid string.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from abe801f to 29e1a3c Compare July 14, 2026 23:09
@@ -18,9 +18,9 @@

import google.auth

from . import agent

_, project_id = google.auth.default()
os.environ.setdefault("GOOGLE_CLOUD_PROJECT", project_id)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passing a potential None value to os.environ.setdefault raises a TypeError and crashes the application at import time. Wrap the credentials load in a try-except block or check if project_id is not None before setting the environment variable.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 29e1a3c to e98cf76 Compare July 16, 2026 17:19
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from e98cf76 to af765c7 Compare July 16, 2026 19:41
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from af765c7 to 77342fa Compare July 17, 2026 01:07
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 77342fa to b8d045f Compare July 17, 2026 05:06
@github-actions

Copy link
Copy Markdown
Contributor

Correctness Code Review Finding

In python/agents/financial-advisor/financial_advisor/__init__.py:

If google.auth.default() returns None for project_id, calling os.environ.setdefault with a non-string value will raise a TypeError and crash at import time. Check if project_id is not None before setting the environment variable, and wrap the auth call in a try-except block to prevent import-time failures when credentials are not configured.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from b8d045f to 4e15985 Compare July 17, 2026 19:18
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 4e15985 to 6b01e4d Compare July 20, 2026 02:07
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 6b01e4d to 4343a37 Compare July 20, 2026 18:03
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 4343a37 to c08b8ea Compare July 20, 2026 20:20
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from c08b8ea to 94177d8 Compare July 20, 2026 20:23
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 94177d8 to 71d4035 Compare July 21, 2026 18:43
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 71d4035 to 35cf973 Compare July 22, 2026 20:56
@github-actions

Copy link
Copy Markdown
Contributor

Correctness Review Comment for python/agents/financial-advisor/financial_advisor/__init__.py (line 20):

Calling google.auth.default() at import-time can raise DefaultCredentialsError if credentials are not configured, and if project_id is None, passing it to os.environ.setdefault will crash with a TypeError. Consider wrapping the lookup in a try-except block, calling load_dotenv() beforehand, and only setting GOOGLE_CLOUD_PROJECT if a non-None project ID is successfully resolved.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from 35cf973 to bae55eb Compare July 27, 2026 02:07
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
…ates

Bumps the all-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `7` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.1.4` | `3.2.0` |
| [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` |
| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2` | `3` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6` | `7` |



Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v7)

Updates `actions/create-github-app-token` from 2.1.4 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@6701853...bcd2ba4)

Updates `actions/github-script` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@ed59741...3a2844b)

Updates `dependabot/fetch-metadata` from 2 to 3
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2...v3)

Updates `astral-sh/setup-uv` from 6 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: dependabot/fetch-metadata
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-77c38aa42d branch from bae55eb to 187c76a Compare July 27, 2026 19:52
@dependabot
dependabot Bot requested a review from happyhuman as a code owner July 27, 2026 19:52
@happyhuman happyhuman closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@happyhuman
happyhuman deleted the dependabot/github_actions/all-actions-77c38aa42d branch July 27, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant