Skip to content

chore(deps): update actions/create-github-app-token action to v3 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-create-github-app-token-3.x
Open

chore(deps): update actions/create-github-app-token action to v3#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-create-github-app-token-3.x

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action major v2v3

Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
Features

v3.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .github/workflows/release-plz.yml Outdated
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3

@cubic-dev-ai cubic-dev-ai Bot May 4, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Fix with Cubic

@renovate
renovate Bot force-pushed the renovate/actions-create-github-app-token-3.x branch from e30498b to e696f12 Compare May 13, 2026 01:40

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e696f12. Configure here.

@renovate
renovate Bot force-pushed the renovate/actions-create-github-app-token-3.x branch from e696f12 to 07fea77 Compare May 14, 2026 18:31
@renovate
renovate Bot force-pushed the renovate/actions-create-github-app-token-3.x branch from 07fea77 to c316f00 Compare May 28, 2026 16:50
@renovate
renovate Bot force-pushed the renovate/actions-create-github-app-token-3.x branch from c316f00 to 3f5e020 Compare June 19, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/actions-create-github-app-token-3.x branch from 3f5e020 to 1451b4c Compare July 12, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants