Skip to content

Devops: Update GitHub Actions to use Node.js 24#3105

Merged
dennisbader merged 10 commits intounit8co:masterfrom
daidahao:security/update-ci
May 4, 2026
Merged

Devops: Update GitHub Actions to use Node.js 24#3105
dennisbader merged 10 commits intounit8co:masterfrom
daidahao:security/update-ci

Conversation

@daidahao
Copy link
Copy Markdown
Contributor

@daidahao daidahao commented May 4, 2026

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Fixes #.

Summary

Update GitHub Actions to use Node.js 24 runtime as Node.js 20 has reached end-of-life.

Currently, a lot of Darts CI rely on actions that are running on Node.js 20, which has reached EOL and will be removed from GitHub starting June 2nd, 2026. See darts PR merge workflow log for a recent example.

This PR tried to find and update all actions that rely on Node.js 20 to newer versions that rely on at least Node.js 24.

Other Information

daidahao added 9 commits May 3, 2026 21:23
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
@daidahao daidahao requested a review from dennisbader as a code owner May 4, 2026 12:57
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.24%. Comparing base (3095a02) to head (aeb5ae2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3105      +/-   ##
==========================================
- Coverage   96.31%   96.24%   -0.07%     
==========================================
  Files         161      161              
  Lines       17350    17350              
==========================================
- Hits        16710    16699      -11     
- Misses        640      651      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

@dennisbader dennisbader left a comment

Choose a reason for hiding this comment

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

Thanks a lot @daidahao 🚀

Looks good to me :) Can you update the PR number in the changelog? Then we can merge 💯

Co-authored-by: Zhihao Dai <zhihao.dai@eng.ox.ac.uk>
@dennisbader dennisbader merged commit c7205a5 into unit8co:master May 4, 2026
16 of 18 checks passed
@daidahao daidahao deleted the security/update-ci branch May 4, 2026 16:50
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.

2 participants