Skip to content

build(deps): bump actions/create-github-app-token from 3.0.0 to 3.2.0 in /.github/workflows#5411

Merged
pietern merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions/create-github-app-token-3.2.0
Jun 5, 2026
Merged

build(deps): bump actions/create-github-app-token from 3.0.0 to 3.2.0 in /.github/workflows#5411
pietern merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions/create-github-app-token-3.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps actions/create-github-app-token from 3.0.0 to 3.2.0.

Release notes

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

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

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

Changelog

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

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2026
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@f8d387b...bcd2ba4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dot-github/workflows/actions/create-github-app-token-3.2.0 branch from f0cc972 to 388ec59 Compare June 2, 2026 13:48
Copy link
Copy Markdown
Contributor

@pietern pietern left a comment

Choose a reason for hiding this comment

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

Reviewed the changelog diff for actions/create-github-app-token 3.0.0 → 3.2.0.

Verdict: SAFE. Spans v3.1.0/v3.1.1/v3.2.0: adds optional inputs (client-id, enterprise-app support, full repo names in repositories), improves error messages and validates private-key, and bumps internal deps. app-id is deprecated but still works — no breaking changes, no new required inputs. The breaking Node 24 jump already happened in v3.0.0, the currently-pinned version.

Used in 5 places across push.yml, start-integration-tests.yml, and tagging.yml with app-id/private-key (+ owner/repositories) — all still supported.

Non-blocking follow-up: app-id is now deprecated in favor of client-id; worth migrating eventually before a future major removes it, but out of scope for this bump.

@pietern pietern added this pull request to the merge queue Jun 5, 2026
Merged via the queue into main with commit b60840c Jun 5, 2026
26 checks passed
@pietern pietern deleted the dependabot/github_actions/dot-github/workflows/actions/create-github-app-token-3.2.0 branch June 5, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant