Skip to content

S3UTILS-231 Update GitHub Actions to Node 24 runtime#384

Open
JBWatenbergScality wants to merge 2 commits intodevelopment/1from
improvement/S3UTILS-231-update-github-actions-to-node24
Open

S3UTILS-231 Update GitHub Actions to Node 24 runtime#384
JBWatenbergScality wants to merge 2 commits intodevelopment/1from
improvement/S3UTILS-231-update-github-actions-to-node24

Conversation

@JBWatenbergScality
Copy link
Copy Markdown

Summary

  • Update GitHub Actions action versions to support Node 24 runtime
  • Bumps checkout, setup-node, upload-artifact, download-artifact, cache, docker actions, codecov, codeql, and other actions to their latest versions

Ticket

S3UTILS-231

Test plan

  • Verify CI workflows run successfully after the action version bumps

@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 14, 2026

Hello jbwatenbergscality,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 14, 2026

Incorrect fix version

The Fix Version/s in issue S3UTILS-231 contains:

  • None

Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:

  • 1.18.0

Please check the Fix Version/s of S3UTILS-231, or the target
branch of this pull request.

Comment thread .github/workflows/build.yml Outdated
@@ -23,7 +23,7 @@ jobs:
uses: docker/setup-qemu-action@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

docker/setup-qemu-action@v3 was not updated, but v4 is available. This appears to be an oversight since all other docker/* actions in this file were bumped.

Suggested change
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4

— Claude Code

Comment thread .github/workflows/codeql.yaml Outdated
@@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v5
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

actions/checkout@v5 was not updated, but v6 is available. This applies to all four workflow files (build.yml, codeql.yaml, test.yml x2).

Suggested change
uses: actions/checkout@v5
uses: actions/checkout@v6

— Claude Code

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

  • docker/setup-qemu-action@v3 in build.yml was not bumped to v4, unlike all other docker/* actions
    • Update to docker/setup-qemu-action@v4
  • actions/checkout@v5 was not bumped to v6 in any of the four workflow files (build.yml, codeql.yaml, test.yml x2)
    • Update all instances to actions/checkout@v6

Review by Claude Code

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.12%. Comparing base (7a40ef3) to head (7c40337).

Additional details and impacted files
@@              Coverage Diff               @@
##           development/1     #384   +/-   ##
==============================================
  Coverage          44.12%   44.12%           
==============================================
  Files                 88       88           
  Lines               6448     6448           
  Branches            1348     1348           
==============================================
  Hits                2845     2845           
  Misses              3555     3555           
  Partials              48       48           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- actions/checkout: v5 → v6 (build, test, codeql, dependency-review, alerts)
- docker/setup-qemu-action: v3 → v4 (build)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 14, 2026

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

LGTM

All bumped action versions verified to exist. Clean version bumps with no workflow logic changes.

Review by Claude 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.

2 participants