koki-develop/Claude Renovate Review Action
Review Renovate PRs using Claude Code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- MIT
Pinned Snippet
uses: koki-develop/claude-renovate-review@7e3883b2c3d9e93dc18fe065ad1315f9072b26de # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repo and pull request permissions. | no | ${{ github.token }} |
| create-comment | Create the review result as a comment on the pull request. | no | true |
| pull-request-number | The number of the pull request to review. If not provided, it will use the pull request number from the event context. | no | — |
| anthropic-api-key | Anthropic API key for Claude Code. | no | — |
| claude-code-oauth-token | Claude Code OAuth token (alternative to anthropic-api-key). | no | — |
| allowed-tools | Newline-separated list of allowed tools for Claude Code. Each tool should be on a separate line. | no | WebFetch(domain:github.com) WebFetch(domain:raw.githubusercontent.com) |
| claude-code-settings | Claude Code settings as JSON string or path to settings JSON file. | no | "" |
Outputs
| name | description |
|---|---|
| report | The review report generated by Claude Code |
| safety-assessment | Safety assessment result (safe, needs-manual-migration, or not-safe) |