Skip to content

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

Merged
gjtorikian merged 1 commit intomainfrom
renovate/actions-create-github-app-token-3.x
Mar 16, 2026
Merged

chore(deps): update actions/create-github-app-token action to v3#451
gjtorikian merged 1 commit intomainfrom
renovate/actions-create-github-app-token-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action major v2.2.1v3.0.0

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


Configuration

📅 Schedule: Branch creation - "on the 15th day of the month before 12pm" in timezone UTC, 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 requested review from a team as code owners March 15, 2026 05:59
@renovate renovate bot requested a review from gjtorikian March 15, 2026 05:59
@greptile-apps
Copy link

greptile-apps bot commented Mar 15, 2026

Greptile Summary

Automated dependency update from Renovate that bumps actions/create-github-app-token from v2.2.1 to v3.0.0 in the release-please workflow. The v3 breaking change removes deprecated underscore-style inputs (app_id, private_key, skip_token_revoke), but this workflow already uses the current hyphenated format (app-id, private-key), so no additional changes are needed.

  • Updated pinned commit SHA for actions/create-github-app-token to v3.0.0
  • No functional impact expected — the workflow's existing inputs are compatible with v3

Confidence Score: 5/5

  • This PR is safe to merge — it's a straightforward action version bump with no functional impact on this workflow.
  • The only change is a pinned commit SHA update for a GitHub Action. The v3 breaking change (removal of deprecated underscore inputs) does not affect this workflow since it already uses the correct hyphenated input names. No other files are impacted.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/release-please.yml Bumps actions/create-github-app-token from v2.2.1 to v3.0.0. The workflow already uses the non-deprecated hyphenated inputs (app-id, private-key), so the v3 breaking change (removal of underscore-style inputs) does not apply here.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push to main] --> B[release-please job]
    B --> C["Generate GitHub App Token\n(actions/create-github-app-token v3.0.0)"]
    C --> D["Run release-please-action\n(googleapis/release-please-action v4.4.0)"]
    D --> E[Create/Update Release PR]
Loading

Last reviewed commit: b5467fc

@gjtorikian gjtorikian merged commit b6d1ae6 into main Mar 16, 2026
6 checks passed
@gjtorikian gjtorikian deleted the renovate/actions-create-github-app-token-3.x branch March 16, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant