npm-version-check-action
Version updated for https://github.com/joshjohanning/npm-version-check-action to version v2.0.0.
- This action is used across all versions by 34 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The npm-version-check-action is a GitHub Action designed to automate the validation of npm package version increments in pull requests, ensuring compliance with semantic versioning. It prevents issues caused by forgotten version bumps in package.json and ensures consistency between package.json and package-lock.json. Key features include intelligent detection of dependency changes, support for custom configurations, and integration with Git tags to validate version updates effectively.
Release notes
What’s Changed
- feat!: upgrade GitHub Actions runtime from node20 to node24 by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/74
- fix: use notice instead of warning annotation when no relevant files changed by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/76
- feat: require major version bump on action.yml runtime changes by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/77
- fix: remove extra spaces in warning and notice messages for consistency by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/78
Full Changelog: https://github.com/joshjohanning/npm-version-check-action/compare/v1.2.4...v2.0.0