Skip to content

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

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

chore(deps): update actions/create-github-app-token action to v3#345
renovate[bot] wants to merge 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

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


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 01:12
@renovate renovate bot requested a review from marji-workos March 15, 2026 01:12
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 15, 2026

Greptile Summary

Automated dependency update (via Renovate) that bumps actions/create-github-app-token from v2.2.1 to v3.0.0 in the Release Please workflow. The v3 breaking changes are:

  • Node 24 runtime: Requires Actions Runner v2.327.1+ (automatically satisfied by ubuntu-latest)
  • Proxy handling removed: Custom proxy support was dropped; users of HTTP_PROXY/HTTPS_PROXY must now set NODE_USE_ENV_PROXY=1

This workflow does not use proxy settings and runs on GitHub-hosted runners, so neither breaking change applies here. The app-id, private-key inputs and token output used by this workflow remain unchanged in v3.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward version bump with no impact on this workflow's usage pattern.
  • Single-line change updating a pinned action hash. The v3 breaking changes (Node 24 runner requirement and proxy handling) do not affect this workflow, which uses GitHub-hosted runners and no proxy configuration. The app-id/private-key inputs and token output remain compatible.
  • 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 (pin updated to commit hash f8d387b). The existing app-id and private-key inputs remain valid in v3. The workflow uses GitHub-hosted runners (ubuntu-latest), satisfying the new runner version requirement.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push to main branch] --> B[release-please.yml triggered]
    B --> C[create-github-app-token v3.0.0]
    C --> D[Token generated]
    D --> E[release-please-action v4.4.0]
    E --> F[Release PR created/updated]
Loading

Last reviewed commit: 24b02bb

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.

0 participants