Skip to content

Upgrade bundled actions to latest Node 24 releases - #34

Draft
felickz with Copilot wants to merge 1 commit into
mainfrom
copilot/upgrade-actions-to-node-24
Draft

Upgrade bundled actions to latest Node 24 releases#34
felickz with Copilot wants to merge 1 commit into
mainfrom
copilot/upgrade-actions-to-node-24

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Running the sample app emitted Node 20 deprecation warnings because the bundled actions still targeted Node 20 (e.g. actions/upload-artifact@v4). This bumps all third-party actions to their latest majors, which run natively on Node 24.

Changes

  • analyze/action.yml
    • actions/checkout@v4@v7
    • actions/upload-artifact@v4@v7
    • github/codeql-action/upload-sarif@v2@v3
  • workflow-summary/action.yml
    • actions/download-artifact@v4@v8

Notes

  • upload-artifact v7 and download-artifact v8 are a coordinated bump; the new artifact format is not backward-compatible with v4. Both sides live in this repo (analyze uploads, workflow-summary downloads), so they stay in sync.
  • codeql-action@v2 was itself Node 20 / deprecated; v3 is the current major.
  • The action.yml files are using: composite, so the warnings originated from these called actions, not the actions themselves.

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