Bump the github-actions group with 6 updates - #3424
Conversation
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.1` | | [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.148` | `1.0.195` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `10.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.6` | `0.6.2` | Updates `actions/checkout` from 6.0.3 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...3d3c42e) Updates `anthropics/claude-code-action` from 1.0.148 to 1.0.195 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@d5726de...d40ddef) Updates `astral-sh/setup-uv` from 8.2.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@fac544c...20cfd1b) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@48b55a0...8207627) 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 `zizmorcore/zizmor-action` from 0.5.6 to 0.6.2 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@5f14fd0...3dc1ecc) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.195 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 | ||
| with: | ||
| node-version: 24 # match the runtime actions/github-script@v8 uses |
There was a problem hiding this comment.
🟡 nit (optional): the comment # match the runtime actions/github-script@ v8 uses on node-version: 24 is now stale — this same diff bumps actions/github-script to v9.0.0, so after merging the comment documents a pairing with a version no repo workflow uses. Fix: recheck which Node runtime github-script v9 runs on and update both the comment (to @ v9) and, if v9 moved to a newer Node, the node-version value, so the PR intake gate tests keep running on the same runtime that executes pr_intake_gate.js in require-linked-issue.yml.
Extended reasoning...
shared.yml line 46 sets node-version: 24 with a comment tying it to the runtime of actions/github-script@ v8, because the 'PR intake gate scenarios' step (line 47+) tests .github/scripts/pr_intake_gate.js, which require-linked-issue.yml executes via github-script. This diff bumps every github-script pin (docs-preview.yml lines 63 and 198, require-linked-issue.yml Evaluate step) to v9.0.0 but leaves the comment referencing v8. The PR description notes v9 runs on a newer Node runtime; if so, the gate script is now tested on Node 24 but executed in production on a different Node major, which is exactly the drift the comment exists to prevent — and even if v9 still uses Node 24, the comment is inaccurate the moment this merges. AGENTS.md's code-quality guidance disfavors stale comments. Consequence over base: today the comment is accurate; after merge it points at a version no longer in use and can mask a runtime mismatch for the intake gate tests.
Verification: nit — triggering condition: unconditional, present as soon as this diff merges. .github/workflows/shared.yml:46 still reads node-version: 24 # match the runtime actions/github-script@ v8 uses, while this same diff bumps every github-script pin in the repo to v9.0.0 (require-linked-issue.yml:81, docs-preview.yml:63 and :198 all now `actions/github-script@ 3a2844b7e9c422d3c10d287c895573f7108da1b3…
Bumps the github-actions group with 6 updates:
6.0.37.0.11.0.1481.0.1958.2.010.0.16.4.07.0.08.0.09.0.00.5.60.6.2Updates
actions/checkoutfrom 6.0.3 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
anthropics/claude-code-actionfrom 1.0.148 to 1.0.195Release notes
Sourced from anthropics/claude-code-action's releases.
... (truncated)
Commits
d40ddefchore: bump Claude Code to 2.1.235 and Agent SDK to 0.3.235459ad35chore: bump Claude Code to 2.1.234 and Agent SDK to 0.3.234d721746fix: bound image attachment downloads (#1625)5da4c76fix: bump shell-quote to 1.8.4 to remediate CVE-2026-9277 (#1557)a2cac87ci: skip Claude-backed test jobs on fork PRs (#1655)b49813dfeat(context): include diffHunk in PR review comment context (#1584)9678fcefix(base-action): add ~/.local/bin to $GITHUB_PATH after auto-install (#1643)ed186befix: only limit fetch depth when the checkout is already shallow (#1647)05ee4b3Harden delete_files MCP tool: validate paths within repo root (#1636)9d7150bchore: bump Claude Code to 2.1.233 and Agent SDK to 0.3.233Updates
astral-sh/setup-uvfrom 8.2.0 to 10.0.1Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
20cfd1bchore: update known checksums for 0.12.4 (#1017)d73a0caTolerate transient manifest timeouts (#1016)ae3b92ddocs: update version references to v10.0.0 (#1014)ae62891chore(deps): roll up Dependabot updates (#1013)f9cdb47Reject paths in .tool-versions (#1007)4f6036fRequire pull requests for Dependabot rollups (#1005)8d6402cchore(deps): roll up Dependabot updates (#1004)46f427bRead Python version from .tool-versions (#996)8ed89c5ci: pin Alpine container image (#995)8473c7fchore(deps): roll up Dependabot updates (#994)Updates
actions/setup-nodefrom 6.4.0 to 7.0.0Release notes
Sourced from actions/setup-node's releases.
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
actions/github-scriptfrom 8.0.0 to 9.0.0Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
zizmorcore/zizmor-actionfrom 0.5.6 to 0.6.2Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
3dc1eccSync zizmor versions (#149)dc57e30chore(deps): bump the github-actions group with 3 updates (#147)d94880aREADME: bump pins (#146)6fc4b00Sync zizmor versions (#145)2596f29chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 in ...1159a04Bump pins (#140)6599ee8Addcollectinput (#139)bec05c8Sync zizmor versions (#137)cf59549Add issue templates (#135)f72bf17chore(deps): bump github/codeql-action/upload-sarif (#134)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions