Skip to content

ci: bump GitHub Actions to Node.js 24-compatible versions#3086

Open
hubcio wants to merge 1 commit intomasterfrom
bump-actions
Open

ci: bump GitHub Actions to Node.js 24-compatible versions#3086
hubcio wants to merge 1 commit intomasterfrom
bump-actions

Conversation

@hubcio
Copy link
Copy Markdown
Contributor

@hubcio hubcio commented Apr 7, 2026

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.

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.
@hubcio hubcio changed the title chore(deps): bump GitHub Actions to Node.js 24-compatible versions ci: bump GitHub Actions to Node.js 24-compatible versions Apr 7, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.76%. Comparing base (2afeaa3) to head (699a908).
⚠️ Report is 1 commits behind head on master.

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     
Components Coverage Δ
Rust Core 54.88% <ø> (-15.87%) ⬇️
Java SDK 62.30% <ø> (ø)
C# SDK 69.10% <ø> (-0.31%) ⬇️
Python SDK 81.43% <ø> (ø)
Node SDK 91.53% <ø> (ø)
Go SDK 38.97% <ø> (ø)
see 292 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "23"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hubcio shouldn't we change requested version to v24 as well ? (i'm finding 5 occurences of this line in .github/ folder)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can do that later. this PR focuses on github actions infra, not production code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants