Skip to content

upgrade: update actions/create-github-app-token action to v3#468

Open
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-actions-create-github-app-token-3.x
Open

upgrade: update actions/create-github-app-token action to v3#468
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-actions-create-github-app-token-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 19, 2026

This PR contains the following updates:

Package Type Update Change Pending
actions/create-github-app-token action major v2.2.1v3.0.0 v3.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.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.

v2.2.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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.

@renovate renovate bot added the dep Dependency updates or problems label Mar 19, 2026
@renovate renovate bot force-pushed the upgrade-renovate-actions-create-github-app-token-3.x branch from f291234 to 2897e30 Compare April 8, 2026 16:58
@renovate renovate bot requested a review from ronnnnn as a code owner April 8, 2026 16:58
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 new potential issue.

Open in Devin Review

Comment on lines +17 to 20
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dep Dependency updates or problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant