ci: bump Node-20 actions to Node-24 majors - #40
Merged
Conversation
GitHub force-migrates Node 20 actions to Node 24 on 2026-06-16 and removes the Node 20 runtime on 2026-09-16 (deprecation annotation on the v1.15.1 release run). Bump the affected first-party actions to their Node-24 majors: - actions/checkout v4 -> v6 (ci, docs, release) - actions/upload-artifact v4 -> v7 (ci) - softprops/action-gh-release v2 -> v3 (release) - actions/upload-pages-artifact v3 -> v5 (docs) - actions/deploy-pages v4 -> v5 (docs) Only `uses:` versions changed; every `with:` parameter in use (name, path, if-no-files-found, files) is unchanged across these majors. dtolnay/rust-toolchain@stable is a composite action (no Node runtime) and ilammy/msvc-dev-cmd@v1 has no newer major, so both are left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
GitHub force-migrates Node 20 actions to Node 24 on 2026-06-16 and removes the Node 20 runtime on 2026-09-16 (this surfaced as a deprecation annotation on the v1.15.1 release run). Bump the affected first-party actions to their Node-24 majors across all three workflows:
actions/checkoutactions/upload-artifactsoftprops/action-gh-releaseactions/upload-pages-artifactactions/deploy-pagesSafety
Only
uses:versions changed. Everywith:parameter actually used (name,path,if-no-files-found,files) is unchanged across these majors, so this is a pure runtime bump for this repo's usage — no behavioral change. YAML validated.Left as-is intentionally:
dtolnay/rust-toolchain@stable— composite action, no Node runtime.ilammy/msvc-dev-cmd@v1— no newer major exists (latest is v1.13.0).🤖 Generated with Claude Code