chore: bump GH Actions to Node 24-compatible releases (extended)#7
Open
mcp-tool-shop wants to merge 1 commit into
Open
chore: bump GH Actions to Node 24-compatible releases (extended)#7mcp-tool-shop wants to merge 1 commit into
mcp-tool-shop wants to merge 1 commit into
Conversation
…ad/deploy-pages, etc.) Second pass on the Node 24 transition — first pass covered checkout/setup-node/ upload-artifact/download-artifact/cache/github-script; this pass adds the remaining actions/* that were still on Node 20. Bumps: - actions/setup-python v5 -> v6.2.0 (a309ff8) - actions/upload-pages-artifact v3/v4 -> v5.0.0 (fc324d3) - actions/deploy-pages v4 -> v5.0.0 (cd2ce8f) - actions/configure-pages -> v6.0.0 (45bfe01) [already latest in this org] - actions/setup-dotnet v4 -> v5.2.0 (c2fa09f) - actions/attest-build-provenance v1 -> v4.1.0 (a2bbfa2) - actions/dependency-review-action v4 -> v5.0.0 (a1d282b) All seven moved to Node 24 runtime in their latest stable releases; runner requirement v2.327.1+ is met by github-hosted runners. Breaking-change notes: - upload-pages-artifact v4 excluded hidden dotfiles by default (not _-prefixed paths). Astro/Vite '_astro/' output is unaffected; .well-known/ would be. - attest-build-provenance v2 introduced multi-subject attestation (single attestation per call instead of per-artifact). Backward-compatible for typical single-subject usage. SHA + version-comment pinning convention preserved.
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.
Mechanical extension to the original Node 24 sweep — covers the actions/* that the first pass missed (setup-python, upload-pages-artifact, deploy-pages, configure-pages, setup-dotnet, attest-build-provenance, dependency-review-action).
GitHub forces Node 24 default on Jun 2, 2026 and removes Node 20 entirely on Sep 16, 2026.
Bumps:
actions/setup-pythonv5 → v6.2.0 (a309ff8b426b58ec0e2a45f0f869d46889d02405)actions/upload-pages-artifactv3/v4 → v5.0.0 (fc324d3547104276b827a68afc52ff2a11cc49c9)actions/deploy-pagesv4 → v5.0.0 (cd2ce8fcbc39b97be8ca5fce6e763baed58fa128)actions/configure-pages→ v6.0.0 (45bfe0192ca1faeb007ade9deae92b16b8254a0d)actions/setup-dotnetv4 → v5.2.0 (c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7)actions/attest-build-provenancev1 → v4.1.0 (a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32)actions/dependency-review-actionv4 → v5.0.0 (a1d282b36b6f3519aa1f3fc636f609c47dddb294)Breaking-change audit:
upload-pages-artifactv4 (and onward): hidden dotfiles excluded from artifact by default._astro/is unaffected (underscore prefix, not dot)..well-known/would be — check if your site publishes one.attest-build-provenancev2: multi-subject attestation became single attestation per call. Backward-compatible for typical single-subject usage.SHA + version-comment pinning preserved.