Skip to content

Prepare the action runtime and development metadata for Node 24 - #252

Merged
lcollins merged 4 commits into
masterfrom
copilot/prepare-action-for-node24
Aug 10, 2026
Merged

Prepare the action runtime and development metadata for Node 24#252
lcollins merged 4 commits into
masterfrom
copilot/prepare-action-for-node24

Conversation

Copilot AI commented Aug 10, 2026

Copy link
Copy Markdown

This updates the action’s declared runtime from Node 20 to Node 24 and aligns the repository metadata with that runtime shift. The change is intentionally narrow: runtime declaration, supporting type definitions, and the related documentation note.

  • Runtime

    • Switch the action runtime in action.yml from node20 to node24 so hosted workflows execute the bundled action on the new Node major.
  • Development metadata

    • Update @types/node in package.json and package-lock.json to the Node 24 line to keep local typechecking aligned with the declared action runtime.
    • Preserve existing dependency semantics in the lockfile while refreshing the resolved Node type package.
  • Documentation

    • Update the README’s compatibility note to reflect Node 24 support.
runs:
  using: 'node24'
  main: 'dist/index.js'

Copilot AI and others added 3 commits August 10, 2026 18:34
Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 10, 2026 18:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates this repository’s GitHub Action runtime declaration and related development metadata to align with Node.js 24, ensuring the bundled JavaScript action runs under the newer Node major on hosted runners.

Changes:

  • Switch action.yml runtime from node20 to node24.
  • Update local typechecking alignment by moving @types/node to the Node 24 line in package.json and package-lock.json (including updated transitive undici-types).
  • Refresh the README note to reflect Node 24 support.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
README.md Updates the repository note to indicate Node 24 support.
package.json Bumps @types/node devDependency to the Node 24 major line.
package-lock.json Locks updated @types/node (and transitive undici-types) versions and metadata.
action.yml Declares runs.using: node24 for the action runtime.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@lcollins
lcollins merged commit a1a8e51 into master Aug 10, 2026
5 of 6 checks passed
@lcollins
lcollins deleted the copilot/prepare-action-for-node24 branch August 10, 2026 18:58
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.

3 participants