Skip to content

improvement(PTFE-3166): update GitHub Actions to Node 24-compatible versions#714

Open
JBWatenbergScality wants to merge 3 commits intomainfrom
PTFE-3166-update-github-actions-to-node24
Open

improvement(PTFE-3166): update GitHub Actions to Node 24-compatible versions#714
JBWatenbergScality wants to merge 3 commits intomainfrom
PTFE-3166-update-github-actions-to-node24

Conversation

@JBWatenbergScality
Copy link
Copy Markdown

Summary

Update GitHub Actions workflow files to use action versions running on Node 24.

Closes PTFE-3166

Context

GitHub is deprecating Node 20 as the JavaScript runtime for GitHub Actions runners:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

  • June 2, 2026: Runners default to Node 24
  • Fall 2026: Node 20 completely removed

Changes

Updated action versions to Node 24-compatible: actions/checkout@v4→@v6, etc.

…ersions

Update workflow action versions to run on Node 24 ahead of the June 2026
GitHub Actions runner default switch and Fall 2026 Node 20 removal.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@JBWatenbergScality JBWatenbergScality requested a review from a team as a code owner April 14, 2026 10:13
@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 85.79%. Comparing base (626dd09) to head (9bc8532).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #714   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files          36       36           
  Lines        1809     1809           
=======================================
  Hits         1552     1552           
  Misses        257      257           
Flag Coverage Δ
api 56.77% <ø> (ø)
unit 70.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

LGTM

Review by Claude Code

@trunk-io
Copy link
Copy Markdown

trunk-io bot commented Apr 14, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@@ -28,7 +28,7 @@ jobs:
uses: dependabot/fetch-metadata@v2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

dependabot/fetch-metadata@v2 was not updated. Verify it is already Node 24-compatible or bump to a newer major version.

— Claude Code

uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v4
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/dependency-review-action@v4 was not updated. Verify it is already Node 24-compatible or bump to a newer major version.

— Claude Code

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

Several other JavaScript-based actions in this repo were not updated. Verify each is already Node 24-compatible or bump accordingly:

- actions/create-github-app-token@v1 in dependabot.yaml
- dependabot/fetch-metadata@v2 in dependabot.yaml
- actions/dependency-review-action@v4 in dependency-review.yaml
- actions/configure-pages@v5 in deploy-docs.yaml
- actions/upload-pages-artifact@v3 in deploy-docs.yaml
- actions/deploy-pages@v4 in deploy-docs.yaml
- helm/kind-action@v1 in test-deployment.yaml
- codecov/test-results-action@v1 in tests.yaml

Review by Claude Code

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@@ -28,7 +28,7 @@ jobs:
uses: dependabot/fetch-metadata@v2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

dependabot/fetch-metadata@v2 still uses Node 20. v3 is the Node 24-compatible version.

```suggestion
uses: dependabot/fetch-metadata@v3

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

Several actions were not updated but have newer Node 24-compatible major versions available:

  • deploy-docs.yaml: actions/configure-pages@v5@v6 (v6 changelog — upgrade to Node 24)
    • Also in the same file: actions/upload-pages-artifact@v3@v4 and actions/deploy-pages@v4@v5 (v5 changelog — upgrade to Node 24)
  • dependabot.yaml: dependabot/fetch-metadata@v2@v3 (v3 changelog — breaking change is requiring Node 24)

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.

1 participant