mishankov/updtr
Apply eligible dependency updates and create or update a managed pull request with an update summary body.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 11, 2026
- License
- None
Pinned Snippet
uses: mishankov/updtr@9caa4e9be260d85529ef7c1eac172c8d3d2f8b12 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used for pull request create-or-update calls. | no | — |
| config | Path to the updtr YAML config file. | no | — |
| targets | Comma- or newline-separated target names to pass as --target. | no | — |
| base-branch | Base branch for the managed pull request and update run. Defaults to the workflow ref. | no | — |
| commit-message | Commit message used for the managed update branch. | no | chore(deps): update dependencies with updtr |
| pull-request-title | Title used for the managed pull request. | no | chore(deps): update dependencies with updtr |
Outputs
| name | description |
|---|---|
| changed | Whether updtr produced repository changes. |
| committed | Whether the action committed and pushed an update branch. |
| branch | Managed branch name used for the update run when changes were produced. |
| pull_request_operation | Pull request outcome: none, created, or updated. |
| pull_request_number | Pull request number when a pull request was created or updated. |
| pull_request_url | Pull request URL when a pull request was created or updated. |