Skip to content

build(deps): bump actions/create-github-app-token from 2.2.1 to 3.1.1#545

Merged
mangelajo merged 1 commit intomainfrom
dependabot/github_actions/actions/create-github-app-token-3.1.1
Apr 16, 2026
Merged

build(deps): bump actions/create-github-app-token from 2.2.1 to 3.1.1#545
mangelajo merged 1 commit intomainfrom
dependabot/github_actions/actions/create-github-app-token-3.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps actions/create-github-app-token from 2.2.1 to 3.1.1.

Release notes

Sourced from actions/create-github-app-token's releases.

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

v3.0.0

3.0.0 (2026-03-14)

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.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

... (truncated)

Commits
  • 1b10c78 build(release): 3.1.1 [skip ci]
  • 07e2b76 fix: improve error message when app identifier is empty (#362)
  • ea01216 ci: remove publish-immutable-action workflow (#361)
  • 7bd0371 build(release): 3.1.0 [skip ci]
  • e6bd4e6 feat: add client-id input and deprecate app-id (#353)
  • 076e948 feat: update permission inputs (#358)
  • 3bbe07d fix(deps): bump p-retry from 7.1.1 to 8.0.0 (#357)
  • 28a99e3 build(deps-dev): bump c8 from 10.1.3 to 11.0.0
  • 4df5060 build(deps-dev): bump open-cli from 8.0.0 to 9.0.0
  • 4843c53 build(deps-dev): bump the development-dependencies group with 3 updates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.1.1.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...1b10c78)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code major labels Apr 14, 2026
@ambient-code
Copy link
Copy Markdown
Contributor

ambient-code bot commented Apr 15, 2026

Dependabot PR Review Summary

Changes reviewed: Bumps actions/create-github-app-token from 2.2.1 to 3.1.1 in .github/workflows/backport.yaml and .github/workflows/trigger-packages.yaml.

Checks performed:

  • CI Status: All checks passing
  • go.mod impact: Not applicable (GitHub Actions change)
  • K8s version impact: Not applicable
  • Cross-project impact: None — only affects CI workflow files

Note: This is a major version bump (v2 → v3). CI is passing, confirming compatibility.

Conclusion: Safe to merge. CI confirms no regressions.

Copy link
Copy Markdown
Member

@raballew raballew left a comment

Choose a reason for hiding this comment

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

Safe major version bump.

v3.0.0 breaking changes:

  • Node 24 runtime: transparent on GitHub-hosted runners
  • Custom proxy handling removed: this repo does not use HTTP_PROXY/HTTPS_PROXY, so no impact

v3.1.0 deprecates app-id in favor of client-id, but app-id is still supported (just logs a warning). The inputs used by this project (app-id, private-key, owner, repositories) all remain functional.

Consider migrating from app-id to client-id in a follow-up to silence deprecation warnings.

CI all passing.

🤖 Generated with Claude Code

@raballew raballew enabled auto-merge (squash) April 15, 2026 18:53
@mangelajo mangelajo disabled auto-merge April 16, 2026 15:07
@mangelajo mangelajo merged commit 22795ee into main Apr 16, 2026
55 of 57 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/create-github-app-token-3.1.1 branch April 16, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

already-checked dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants