Skip to content

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

Closed
dor-forer wants to merge 1 commit into0.8from
backport-947-to-0.8
Closed

[0.8] Bump GitHub Actions to Node 24 compatible versions [MOD-15112]#951
dor-forer wants to merge 1 commit into0.8from
backport-947-to-0.8

Conversation

@dor-forer
Copy link
Copy Markdown
Collaborator

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

Describe the changes in the pull request

Manual backport of #947 to 0.8. The automated backport failed due to conflicts.

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

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

Pull Request opened by Augment Code with guidance from the PR author


Note

Low Risk
Low risk: this only bumps GitHub Action versions in CI workflows, but could affect CI behavior if any new action defaults/inputs change.

Overview
Upgrades GitHub Actions versions across the repo’s CI workflows to Node 24–compatible releases.

This bumps actions/checkout, actions/setup-python, actions/upload-artifact, aws-actions/configure-aws-credentials, machulav/ec2-github-runner, codecov/codecov-action, github/codeql-action/*, korthout/backport-action, and release-drafter/release-drafter without changing the workflows’ logic beyond the action version pins.

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

[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)
@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 4, 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 07:00
@dor-forer dor-forer enabled auto-merge May 5, 2026 07:00
@dor-forer dor-forer requested review from GuyAv46 and meiravgri May 5, 2026 07:00
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cf77569. Configure here.

run: make coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6 # NOSONAR
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Deprecated file input may silently fail with disable_search

Medium Severity

The codecov/codecov-action deprecated the file input in v5 in favor of files. Bumping to v6 (a new major version where deprecated features are typically removed) means the file input may be silently ignored. Combined with disable_search: true, this could result in no coverage files being uploaded at all, since there's no auto-discovery fallback. The input likely needs to be changed from file to files.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cf77569. Configure here.

@dor-forer
Copy link
Copy Markdown
Collaborator Author

Closing in favor of re-backporting once #953 merges. The bumped codecov-action with: key in this PR is broken (file: was renamed to files: in v5; see #953).

@dor-forer dor-forer closed this May 5, 2026
auto-merge was automatically disabled May 5, 2026 07:13

Pull request was closed

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.

1 participant