ci: bump GitHub Actions to Node.js 24-compatible versions#3086
Open
ci: bump GitHub Actions to Node.js 24-compatible versions#3086
Conversation
Node.js 20 actions are deprecated and will be forced to Node.js 24 on June 2, 2026. Bump all actions to their latest major versions to eliminate deprecation warnings and ensure forward compatibility. SHA-pinned actions use SHAs from the Apache infrastructure-actions approved_patterns.yml.
krishvishal
approved these changes
Apr 7, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3086 +/- ##
=============================================
- Coverage 70.67% 58.76% -11.92%
Complexity 943 943
=============================================
Files 1114 1114
Lines 94780 94780
Branches 71980 71998 +18
=============================================
- Hits 66987 55695 -11292
- Misses 25320 36699 +11379
+ Partials 2473 2386 -87
🚀 New features to boost your workflow:
|
spetz
approved these changes
Apr 7, 2026
T1B0
reviewed
Apr 8, 2026
| uses: actions/setup-node@v4 | ||
| uses: actions/setup-node@v6 | ||
| with: | ||
| node-version: "23" |
Contributor
There was a problem hiding this comment.
@hubcio shouldn't we change requested version to v24 as well ? (i'm finding 5 occurences of this line in .github/ folder)
Contributor
Author
There was a problem hiding this comment.
we can do that later. this PR focuses on github actions infra, not production code
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.js 20 actions are deprecated and will be forced to
Node.js 24 on June 2, 2026. Bump all actions to their
latest major versions to eliminate deprecation warnings
and ensure forward compatibility.
SHA-pinned actions use SHAs from the Apache
infrastructure-actions approved_patterns.yml.