actions-marketplace-validations/Yarn Lock Changes
Creates a comment inside Pull Request with the human-readable summary of the changes to the "yarn.lock" file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 19, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/simek_yarn-lock-changes@cd0a58e79c473ea657624283a03b0cee0aeea27e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| collapsibleThreshold | Number of lock changes, which will result in collapsed comment content, and an addition of changes summary table. | no | 25 |
| failOnDowngrade | Fail the action when a dependency downgrade is detected. Comment will still be posted. | no | false |
| path | Path to the "yarn.lock" file in the repository. Default value points to the file at project root. | no | yarn.lock |
| token | GitHub token for the bot, so it can publish a comment in the pull request. | yes | — |
| updateComment | Update the comment on each new commit. If value is set to "false", bot will post a new one on each change. | no | true |
| groupByType | Group the dependencies in the comment table by the change type. | no | false |
Outputs
no outputs