actions-marketplace-validations/Dependencies Auto-upgrade
Language agnostic action that automatically updates dependencies and creates PR with the changes. e.g.: go, js, rust, py, ts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 2, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/nobodyxu_dependencies-autoupdate@b9f2d9798428902901d3a3c1ccbd5fbf42d709a1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token used to send pull requests | yes | — |
| update-command | Command to update dependencies and do initial checks | yes | — |
| update-path | Path to directory to run the update-command. If not provided defaults to root | no | — |
| on-changes-command | Command to run if dependencies update and changes were detected. This can be version increments or extra checks. | no | — |
Outputs
no outputs