Skip to content

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

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

chore(deps): update actions/create-github-app-token action to v2#499
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-create-github-app-token-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

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

Release Notes

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

v2

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 a review from a team as a code owner February 7, 2026 06:37
@renovate renovate bot requested a review from mattgd February 7, 2026 06:37
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 7, 2026

Greptile Overview

Greptile Summary

Updated actions/create-github-app-token from v1 to v2 in both workflow files. The v2 release removed deprecated underscore notation parameters (app_id, private_key), but this repository already uses the correct dash notation (app-id, private-key), making the upgrade fully compatible.

  • Both .github/workflows/release.yml and .github/workflows/version-bump.yml updated to v2
  • No parameter changes needed - already using v2-compatible dash notation
  • V2 enforces required inputs at action level (improved security posture)
  • Token behavior unchanged (1-hour expiration, auto-revocation after job completion)

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The update is a straightforward version bump of a GitHub Action with full backward compatibility. The workflows already use v2-compatible parameter names (dash notation instead of deprecated underscore notation). No functional changes or breaking changes affect this codebase. The action maintains the same token behavior and security model.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/release.yml Updated actions/create-github-app-token from v1 to v2; parameters already use compatible dash notation
.github/workflows/version-bump.yml Updated actions/create-github-app-token from v1 to v2; parameters already use compatible dash notation

Sequence Diagram

sequenceDiagram
    participant Trigger as Workflow Trigger
    participant GH as GitHub Actions
    participant Action as create-github-app-token@v2
    participant API as GitHub API
    participant Workflow as Subsequent Steps

    alt Version Bump Workflow
        Trigger->>GH: Manual trigger (workflow_dispatch)
    else Release Workflow
        Trigger->>GH: PR merged with version-bump label
    end

    GH->>Action: Execute with app-id & private-key
    Action->>API: Authenticate as GitHub App
    API-->>Action: Return installation access token
    Action->>GH: Output token (expires in 1 hour)
    
    GH->>Workflow: Pass token to checkout & other steps
    Workflow->>API: Use token for git operations & releases
    
    Note over Action,API: Token auto-revoked after job completion
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@renovate renovate bot changed the title Update actions/create-github-app-token action to v2 chore(deps): update actions/create-github-app-token action to v2 Feb 23, 2026
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