ci: bump Node-20-deprecated GitHub Actions#781
Merged
Conversation
|
Contributor
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #781 +/- ##
==========================================
- Coverage 70.16% 68.34% -1.82%
==========================================
Files 114 152 +38
Lines 5905 8824 +2919
Branches 1189 1656 +467
==========================================
+ Hits 4143 6031 +1888
- Misses 1691 2721 +1030
- Partials 71 72 +1
🚀 New features to boost your workflow:
|
GitHub forces Node 20 actions onto Node 24 (2026-06-16) and removes Node 20 (2026-09-16). Bumps checkout v4->v6, setup-node v4->v6, cache v4->v5, cache/restore v3->v5, upload-artifact v4->v7, and step-security/changed-files (SHA -> v47.0.5). stale (v9) and other third-party actions left as-is.
36cc440 to
9698655
Compare
pahor167
approved these changes
Jun 15, 2026
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 GitHub Actions that GitHub flagged as running on the deprecated Node 20 runtime (forced to Node 24 on 2026-06-16, Node 20 removed 2026-09-16).
actions/checkoutv4 → v6actions/setup-nodev4 → v6actions/cachev4 → v5actions/cache/restorev3 → v5actions/upload-artifactv4 → v7step-security/changed-files3dbe17c…→2e07db7…(v47.0.5, kept SHA-pinned)Left as-is:
actions/stale@v9(behind, but not Node-20-deprecated) and the other third-party actions.Based on
pahor/viem-combinedso the diff is just this change. The major bumps (upload-artifact v4→v7, cache v4→v5, checkout v6) have breaking-change history — this PR's CI run is the validation.PR-Codex overview
This PR updates various GitHub Actions workflows to use newer versions of actions, specifically upgrading from
v4tov6foractions/checkoutandactions/setup-node, and fromv3tov5foractions/cache. It also upgradesactions/upload-artifactfromv4tov7.Detailed summary
actions/checkoutfromv4tov6in multiple workflows.actions/setup-nodefromv4tov6in multiple workflows.actions/cachefromv3tov5in multiple workflows.actions/upload-artifactfromv4tov7in multiple workflows.step-security/changed-filesto a newer version.