Bump the all-actions group with 9 updates#396
Merged
data-douser merged 2 commits intoJun 24, 2026
Conversation
Bumps the all-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.2.0` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.1` | | [advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml](https://github.com/advanced-security/reusable-workflows) | `a0e88ede84d03cd069b01d18540db7fc86c52cf8` | `c803ebcd54d7d848a28a895c465a9df0ecb9c320` | | [advanced-security/codeql-development-mcp-server](https://github.com/advanced-security/codeql-development-mcp-server) | `2.25.0` | `2.25.6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7.0.0` | `8.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.5.0` | `3.0.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` | Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) Updates `actions/setup-python` from 5.6.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...a309ff8) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) Updates `actions/upload-artifact` from 6.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) Updates `advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml` from a0e88ede84d03cd069b01d18540db7fc86c52cf8 to c803ebcd54d7d848a28a895c465a9df0ecb9c320 - [Release notes](https://github.com/advanced-security/reusable-workflows/releases) - [Commits](advanced-security/reusable-workflows@a0e88ed...c803ebc) Updates `advanced-security/codeql-development-mcp-server` from 2.25.0 to 2.25.6 - [Release notes](https://github.com/advanced-security/codeql-development-mcp-server/releases) - [Changelog](https://github.com/advanced-security/codeql-development-mcp-server/blob/main/CHANGELOG.md) - [Commits](advanced-security/codeql-development-mcp-server@de78423...b3a4b77) Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) Updates `softprops/action-gh-release` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...b430933) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c0f553f...5f6978f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml dependency-version: c803ebcd54d7d848a28a895c465a9df0ecb9c320 dependency-type: direct:production dependency-group: all-actions - dependency-name: advanced-security/codeql-development-mcp-server dependency-version: 2.25.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates pinned GitHub Actions (and one reusable workflow reference) across the repository’s workflows, aligning them with the latest Dependabot “all-actions” group updates while keeping the repo’s commit-SHA pinning strategy.
Changes:
- Bumps
actions/setup-node(v6.x) andpeter-evans/create-pull-requestin the CodeQL update automation workflow. - Upgrades artifact and release actions used by the release and test workflows (
upload-artifact,download-artifact,softprops/action-gh-release). - Updates security/scanning workflows to newer
setup-python,cache, and reusable workflow SHAs.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-codeql.yml | Updates pinned setup-node and create-pull-request used to create automated CodeQL upgrade PRs. |
| .github/workflows/release.yml | Updates pinned download-artifact and action-gh-release used to publish releases. |
| .github/workflows/release-tag.yml | Updates pinned setup-node used during tag/release preparation steps. |
| .github/workflows/release-codeql.yml | Updates pinned upload-artifact used to publish/bundle and upload pack artifacts. |
| .github/workflows/ql-unit-tests-windows.yml | Updates pinned setup-node, upload-artifact, and download-artifact used in Windows CI. |
| .github/workflows/ql-unit-tests-linux.yml | Updates pinned setup-node, upload-artifact, and download-artifact used in Linux CI. |
| .github/workflows/copilot-setup-steps.yml | Updates pinned setup-node and CodeQL environment setup action used by Copilot setup steps. |
| .github/workflows/codeql-ql.yml | Updates the pinned reusable workflow SHA used for CodeQL QL runs. |
| .github/workflows/code_scanning.yml | Updates pinned setup-python, cache, and upload-artifact used during CodeQL scanning and SARIF diff upload. |
| .github/workflows/cds-extractor-dist-bundle.yml | Updates pinned setup-node used for CDS extractor bundle validation. |
Copilot's findings
- Files reviewed: 10/10 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-actions group with 9 updates:
6.3.06.4.05.6.06.2.04.3.05.0.56.0.07.0.1a0e88ede84d03cd069b01d18540db7fc86c52cf8c803ebcd54d7d848a28a895c465a9df0ecb9c3202.25.02.25.67.0.08.0.12.5.03.0.08.1.08.1.1Updates
actions/setup-nodefrom 6.3.0 to 6.4.0Release notes
Sourced from actions/setup-node's releases.
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)Updates
actions/setup-pythonfrom 5.6.0 to 6.2.0Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
a309ff8Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)bfe8cc5Upgrade@actionsdependencies to Node 24 compatible versions (#1259)4f41a90Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...Updates
actions/cachefrom 4.3.0 to 5.0.5Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
27d5ce7Merge pull request #1747 from actions/yacaovsnc/update-dependencyf280785licensed changes619aeb1npm run build generated dist filesbcf16c2Update ts-http-runtime to 0.3.56682284Merge pull request #1738 from actions/prepare-v5.0.4e340396Update RELEASES8a67110Add licenses1865903Update dependencies & patch security vulnerabilities5656298Merge pull request #1722 from RyPeck/patch-14e380d1Fix cache key in examples.md for bun.lockUpdates
actions/upload-artifactfrom 6.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testUpdates
advanced-security/reusable-workflows/.github/workflows/codeql-ql.ymlfrom a0e88ede84d03cd069b01d18540db7fc86c52cf8 to c803ebcd54d7d848a28a895c465a9df0ecb9c320Commits
c803ebcchore(security): add cooldown input and deterministic installs (#91)4ef4f3ddeps: bump the production-dependencies group with 10 updates (#93)479412fBump version from 0.3.3 to 0.3.4 - testing version bumps downstream (no changes)fc65a06fix: improve self-release logging and bump to v0.3.3a035952fix: include prereleases when resolving bump base version (#92)1bbf2c8deps: bump the production-dependencies group with 5 updates (#90)1993dd6Bump version from 0.3.1 to 0.3.2a913739fix: resolve security review findings (#89)7953983chore: sync .release.yml to v0.3.1811381echore: remove utility-reset-tag workflowUpdates
advanced-security/codeql-development-mcp-serverfrom 2.25.0 to 2.25.6Release notes
Sourced from advanced-security/codeql-development-mcp-server's releases.
... (truncated)
Commits
b3a4b77Upgrade CodeQL CLI dependency to v2.25.6 (#290)39511a6Build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#289)9dc1522Upgrade NodeJS dependencies forv2.25.5release prep (#285)d53a392Upgrade CodeQL CLI dependency to v2.25.5 (#283)c54b7f0VS Code extension: ship portable, built-in custom agents (codeql-query-develo...3fe5254Harden release workflows against cache poisoning (#279)c504306Build(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 (#278)03c4f76Prep for pendingv2.25.4release ofcodeql-development-mcp-server(#276)8a1072bBuild(deps): bump fast-uri from 3.1.0 to 3.1.2 (#277)eb7e2a6[UPDATE PRIMITIVE] Auto-infer codeql_query_run format from@kindto enable re...Updates
actions/download-artifactfrom 7.0.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doUpdates
softprops/action-gh-releasefrom 2.5.0 to 3.0.0Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
b430933release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0chore(deps): bump the npm group across 1 directory with 7 updates (#783)3bb1273release 2.6.2c34030fchore: bump node to 24.14.18975bd0chore(deps): bump vite from 8.0.0 to 8.0.5 (#781)f71937fchore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (#777)3f0d239chore(deps): bump picomatch from 4.0.3 to 4.0.4 (#775)153bb8erelease 2.6.1569deb8fix: preserve discussion category when publishing releases (#765)26e8ad2release 2.6.0Updates
peter-evans/create-pull-requestfrom 8.1.0 to 8.1.1Release notes
Sourced from peter-evans/create-pull-request's releases.
Commits
5f6978ffix: retry post-creation API calls on 422 eventual consistency errors (#4356)d32e88dbuild(deps-dev): bump the npm group with 3 updates (#4349)8170bccbuild(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)0041819build(deps): bump picomatch (#4339)b993918build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)36d7c84build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)a45d1fbbuild(deps): bump@tootallnate/onceand jest-environment-jsdom (#4323)3499eb6build(deps): bump the github-actions group with 2 updates (#4316)3f3b473build(deps): bump minimatch (#4311)6699836build(deps-dev): bump the npm group with 2 updates (#4305)Dependabot will resolve any conflicts with this...
Description has been truncated