Bump actions/checkout and actions/setup-node v4 → v5 (closes #70)#71
Merged
Conversation
GitHub deprecated the Node.js 20 versions of these JavaScript actions in 2025-09 and is forcing the Node 24 runtime starting 2026-06-02. v5 ships the Node 24 runtime. Pinning ahead of the forced cutover so we don't get a surprise red CI day. Four pins updated: - .github/workflows/ci.yml actions/checkout - .github/workflows/release.yml actions/checkout - .github/workflows/docs.yml actions/checkout - .github/workflows/docs.yml actions/setup-node astral-sh/setup-uv@v5, the Pages actions (configure-pages@v5, upload-pages-artifact@v3, deploy-pages@v4), and actions/upload-artifact were not in the deprecation list and stay on their current pins. Closes #70
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.
Closes #70.
GitHub deprecated the Node.js 20 versions of `actions/checkout@v4` and `actions/setup-node@v4` in 2025-09. They will be force-switched to Node 24 starting 2026-06-02, and Node 20 leaves the runners on 2026-09-16. v5 ships the Node 24 runtime — bumping ahead of the cutover.
Pins updated
Not touched (not in the deprecation list)
Verification
CI on this PR runs both `ci.yml` (uses new `checkout@v5`) and `docs.yml` (uses both new pins, because the PR touches `.github/workflows/docs.yml`). Both must stay green. The deprecation warning should no longer appear in the logs.