upgrade: update actions/create-github-app-token action to v3#468
upgrade: update actions/create-github-app-token action to v3#468renovate[bot] wants to merge 1 commit intomainfrom
Conversation
f291234 to
2897e30
Compare
| uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 | ||
| with: | ||
| app-id: ${{ secrets.APP_ID }} | ||
| private-key: ${{ secrets.APP_PRIVATE_KEY }} |
There was a problem hiding this comment.
🚩 Major version bump may require input parameter name changes
The action is bumped from v2.2.1 to v3.0.0 — a major version change that typically signals breaking API changes. The workflow currently uses app-id and private-key (hyphenated) as input names (.github/workflows/release.yml:19-20). Major versions of actions/create-github-app-token have historically changed input naming conventions (e.g., from hyphenated to underscored). I could not verify the v3 input API from repository context alone, so this is not flagged as a bug, but it warrants investigation to ensure app-id and private-key are still valid input names in v3.0.0. If they were renamed to app_id and private_key, the workflow would silently fail to pass the required credentials.
Was this helpful? React with 👍 or 👎 to provide feedback.
This PR contains the following updates:
v2.2.1→v3.0.0v3.1.1(+1)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/create-github-app-token (actions/create-github-app-token)
v3.0.0Compare Source
NODE_USE_ENV_PROXYfor proxy support (#342) (4451bcb)Bug Fixes
BREAKING CHANGES
v2.2.2Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.