ci: bump GitHub Actions to latest majors#3
Merged
Conversation
Node 20 actions are being forced to Node 24 by 2026-06-16. Bump to the current major releases: - actions/checkout v4 -> v6 - actions/setup-node v4 -> v6 - actions/upload-artifact v4 -> v7 - actions/download-artifact v4 -> v8 - softprops/action-gh-release v2 -> v3 Kept at latest major already: Swatinem/rust-cache@v2, devcontainers/action@v1. dtolnay/rust-toolchain@stable is a rolling tag. Inputs are unchanged; the artifact upload/download pair stays within the v4+ immutable-artifact backend. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Routine maintenance bump of GitHub Actions to their latest major versions to stay ahead of the Node 20 → Node 24 forced migration deadline (2026-06-16). Inputs are unchanged for all bumped actions, and the upload/download artifact pair stays within the v4+ immutable-artifact backend, so cross-compatibility is preserved.
Changes:
- Bump
actions/checkoutv4→v6,actions/setup-nodev4→v6,actions/upload-artifactv4→v7,actions/download-artifactv4→v8 across CI and release workflows. - Bump
softprops/action-gh-releasev2→v3 in the release workflow. Swatinem/rust-cache@v2,devcontainers/action@v1, anddtolnay/rust-toolchain@stableleft as-is (already current or rolling).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ci.yml | Bump all actions/checkout references from v4 to v6. |
| .github/workflows/release.yml | Bump checkout, upload-artifact, download-artifact, setup-node, and softprops/action-gh-release to their latest majors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Node 20 actions are being forced to Node 24 by 2026-06-16, so bump to the current major releases (verified via the GitHub API):
Already at their latest major (kept):
Swatinem/rust-cache@v2,devcontainers/action@v1.dtolnay/rust-toolchain@stableis a rolling tag.Inputs are unchanged for every bumped action; the artifact upload/download pair stays within the v4+ immutable-artifact backend so they remain cross-compatible.
ci.ymlvalidatescheckout@v6+ caching on this PR; therelease.ymlbumps will be exercised on the next tagged release.🤖 Generated with Claude Code