Skip to content

[0.8] Bump GitHub Actions to Node 24 compatible versions [MOD-15112]#962

Merged
dor-forer merged 4 commits into0.8from
backport-947-953-to-0.8
May 6, 2026
Merged

[0.8] Bump GitHub Actions to Node 24 compatible versions [MOD-15112]#962
dor-forer merged 4 commits into0.8from
backport-947-953-to-0.8

Conversation

@dor-forer
Copy link
Copy Markdown
Collaborator

@dor-forer dor-forer commented May 5, 2026

Describe the changes in the pull request

Manual backport of #947 and #953 to 0.8. Replaces #951 (which carried the broken file: input that #953 fixed). Both upstream changes are squashed into this PR as two commits.

Migrates JavaScript-based GitHub Actions to versions running on the Node 24 runtime, ahead of the June 2, 2026 Node 20 deprecation, and uses the correct files: input for codecov/codecov-action@v6.

Version bumps applied to the workflow files that exist on 0.8:

Action Old New
actions/checkout v4 v6
actions/setup-python v5 v6
actions/upload-artifact v4 v7
aws-actions/configure-aws-credentials v4 v6
machulav/ec2-github-runner v2.4.2 v2.6.1
codecov/codecov-action v4 v6 (input renamed filefiles)
github/codeql-action/* v3 v4
korthout/backport-action v2 v4
release-drafter/release-drafter v6 v7

Conflict-resolution notes:

Which issues this PR fixes

  1. MOD-15112

Main objects this PR modified

  1. .github/workflows/arm.yml
  2. .github/workflows/codeql-analysis.yml
  3. .github/workflows/coverage.yml
  4. .github/workflows/event-pull_request.yml
  5. .github/workflows/release-drafter.yml
  6. .github/workflows/task-backport_pr.yml
  7. .github/workflows/task-unit-test.yml

Mark if applicable

  • This PR introduces API changes
  • This PR introduces serialization changes

Note

Medium Risk
Mostly version bumps in CI workflows, but they affect PR checks, CodeQL scanning, coverage uploads, and EC2 self-hosted runner lifecycle; misconfigurations could break CI or reporting.

Overview
Updates GitHub Actions workflows to newer major versions to maintain Node 24 runtime compatibility: actions/checkout@v6, actions/setup-python@v6, actions/upload-artifact@v7, aws-actions/configure-aws-credentials@v6, machulav/ec2-github-runner@v2.6.1, github/codeql-action@v4, korthout/backport-action@v4, and release-drafter@v7.

Fixes the Codecov upload step by switching to codecov/codecov-action@v6 and updating its input from file: to files: so coverage is correctly picked up.

Reviewed by Cursor Bugbot for commit 8514dec. Bugbot is set up for automated code reviews on this repo. Configure here.

dor-forer added 2 commits May 4, 2026 18:48
[MOD-15112] Bump GitHub Actions to Node 24 compatible versions

Migrate all JavaScript-based GitHub Actions to versions running on the
Node 24 runtime ahead of the June 2, 2026 Node 20 deprecation.

- actions/checkout v4 -> v6
- actions/setup-python v5 -> v6
- actions/upload-artifact v4 -> v7
- aws-actions/configure-aws-credentials v4 -> v6
- machulav/ec2-github-runner v2.4.2 -> v2.6.1
- codecov/codecov-action v4 -> v6
- github/codeql-action/* v3 -> v4
- korthout/backport-action v3 -> v4
- release-drafter/release-drafter v6 -> v7
- slackapi/slack-github-action v1 -> v3 (input-based webhook config)

(cherry picked from commit 369f14f)
[MOD-15112] Fix codecov-action 'file' input renamed to 'files' in v5+

Renaming codecov/codecov-action's 'file' input to 'files'. The 'file'
input was removed in v5.0.0 (renamed to 'files') and v6 did not
reintroduce it. Combined with 'disable_search: true', the old
'file:' key was silently ignored and no coverage report was uploaded.

(cherry picked from commit 5ec2f77)
@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 5, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@dor-forer dor-forer marked this pull request as ready for review May 5, 2026 12:00
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.16%. Comparing base (125e833) to head (8514dec).

Additional details and impacted files
@@           Coverage Diff           @@
##              0.8     #962   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files          91       91           
  Lines        4896     4896           
=======================================
  Hits         4757     4757           
  Misses        139      139           

☔ 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.

@dor-forer dor-forer requested a review from BenGoldberger May 6, 2026 09:06
@dor-forer dor-forer enabled auto-merge May 6, 2026 09:06
@dor-forer dor-forer added this pull request to the merge queue May 6, 2026
Merged via the queue into 0.8 with commit 0178042 May 6, 2026
17 checks passed
@dor-forer dor-forer deleted the backport-947-953-to-0.8 branch May 6, 2026 09:51
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