Version Check
Version updated for https://github.com/EndBug/version-check to version v3.0.0.
- This action is used across all versions by 1,884 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 Version Check GitHub Action is designed to verify if the version of an npm package has been updated, facilitating automation in release workflows. Unlike other actions, it does not perform tasks like publishing or tagging but instead provides an output that can be utilized in custom workflow steps. Key capabilities include version change detection, support for custom package.json paths or remote files, and compatibility with both public and private repositories.
Release notes
What’s Changed
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in https://github.com/EndBug/version-check/pull/317
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/EndBug/version-check/pull/318
- chore(deps): bump minimatch, @typescript-eslint/eslint-plugin and @typescript-eslint/parser by @dependabot[bot] in https://github.com/EndBug/version-check/pull/319
- chore(deps-dev): bump flatted from 3.1.1 to 3.4.2 by @dependabot[bot] in https://github.com/EndBug/version-check/pull/321
- updated node version, actions versions and dependencies by @Tpleme in https://github.com/EndBug/version-check/pull/320
Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.7...v3.0.0