chore(deps): update actions/create-github-app-token action to v3 - #10
chore(deps): update actions/create-github-app-token action to v3#10renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/release-plz.yml">
<violation number="1" location=".github/workflows/release-plz.yml:21">
P3: With `actions/create-github-app-token@v3`, `app-id` is deprecated. Switch to `client-id` to avoid deprecation warnings and align with the v3-recommended input.</violation>
</file>
Partial review: This PR has more than 50 files, so cubic reviewed the highest-priority files first. During the trial, paid plans get a higher file limit.
You can try an ultrareview to bypass the file limit, comment @cubic-dev-ai ultrareview. Learn more.
Fix all with cubic.
| - name: Generate App token | ||
| id: app-token | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 |
There was a problem hiding this comment.
P3: With actions/create-github-app-token@v3, app-id is deprecated. Switch to client-id to avoid deprecation warnings and align with the v3-recommended input.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/release-plz.yml, line 21:
<comment>With `actions/create-github-app-token@v3`, `app-id` is deprecated. Switch to `client-id` to avoid deprecation warnings and align with the v3-recommended input.</comment>
<file context>
@@ -18,7 +18,7 @@ jobs:
- name: Generate App token
id: app-token
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
with:
app-id: ${{ vars.RELEASE_APP_ID }}
</file context>
e30498b to
e696f12
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e696f12. Configure here.
| - name: Generate App token | ||
| id: app-token | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 |
There was a problem hiding this comment.
Deprecated app-id input used after v3 upgrade
Low Severity
The upgrade to actions/create-github-app-token v3 introduces usage of the deprecated app-id input. In v3.1.0, app-id was deprecated in favor of client-id. While app-id still works as a fallback, the v3 migration is incomplete — a deprecation warning will appear in CI logs, and the input may be removed in a future release.
Reviewed by Cursor Bugbot for commit e696f12. Configure here.
e696f12 to
07fea77
Compare
07fea77 to
c316f00
Compare
c316f00 to
3f5e020
Compare
3f5e020 to
1451b4c
Compare


This PR contains the following updates:
v2→v3Release Notes
actions/create-github-app-token (actions/create-github-app-token)
v3.2.0Compare Source
Features
repositoriesinput (#372) (85eb8dd)Bug Fixes
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Bug Fixes
Features
client-idinput and deprecateapp-id(#353) (e6bd4e6)v3.0.0Compare Source
NODE_USE_ENV_PROXYfor proxy support (#342) (4451bcb)Bug Fixes
BREAKING CHANGES
v3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.