Merged
Conversation
Bump Node.js version from 20.9.0 to 24.4.0 in .node-version, GitHub Actions workflow, and package.json build target to ensure compatibility with the latest Node.js features and improvements.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project from Node.js 20 to Node.js 24 as a major version release (v3.0.0). The upgrade includes updating the runtime configuration, build targets, and CI pipeline to use the newer Node.js version.
- Version bump from 2.0.6 to 3.0.0 indicating a major breaking change
- Node.js runtime upgrade from version 20 to version 24 across all configurations
- Minor formatting consistency improvement in workflow configuration
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates package version to 3.0.0 and build target to node24.0.0 |
| action.yml | Changes GitHub Action runtime from node20 to node24 |
| .node-version | Updates Node.js version specification from 20.9.0 to 24.4.0 |
| .github/workflows/test.yml | Updates CI workflow to use Node.js 24 and fixes quote consistency |
parkerbxyz
reviewed
Aug 13, 2025
Replaces .node-version file with engines.node in package.json and updates GitHub Actions workflows to use package.json for Node version. Simplifies Node version management and removes redundant .node-version file.
Replaces explicit node-version with node-version-file referencing package.json in the test workflow. This ensures Node.js version consistency with the project's package.json.
Replaced double quotes with single quotes in workflow YAML files for consistency. No functional changes were made.
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
Changed the node-version-file in the update-permission-inputs workflow from .node-version to package.json to align with current project configuration.
create-app-token-action-releaser bot
pushed a commit
that referenced
this pull request
Aug 15, 2025
# [3.0.0-beta.1](v2.1.1...v3.0.0-beta.1) (2025-08-15) * feat!: node 24 support ([#275](#275)) ([6178938](6178938)) ### BREAKING CHANGES * Requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner.
|
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Node 24 support, breaking change since requires at least runner version v2.327.1. Updatd readme and added a vulnerability update.
Closes #281
BREAKING CHANGE: This requires a minimum Actions Runner version of v2.327.1 to run.