chore(ci)(deps): bump actions/create-github-app-token from 2.2.2 to 3.2.0#4854
Merged
jpr5 merged 1 commit intoMay 15, 2026
Merged
Conversation
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.2 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@fee1f7d...bcd2ba4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
| Field | Value |
|---|---|
| Action | actions/create-github-app-token |
| Previous | v2.2.2 |
| New | v3.2.0 |
| Type | Major (v2 → v3) |
Breaking Changes
-
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.
-
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.
-
BREAKING CHANGES
Release Notes (v3 → v3)
v3.2.0
3.2.0 (2026-05-12)
Features
- add support for enterprise-level GitHub Apps (#263) (952a2a7)
- support full repository names in
repositoriesinput (#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
v3.1.0
3.1.0 (2026-04-11)
Bug Fixes
Features
v3.0.0
3.0.0 (2026-03-14)
- feat!: node 24 support (#275) (2e564a0)
- fix!: require
NODE_USE_ENV_PROXYfor proxy support (#342) (4451bcb)
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)
v3.0.0-beta.5
3.0.0-beta.5 (2026-03-13)
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.
v3.0.0-beta.4
3.0.0-beta.4 (2026-03-13)
Bug Fixes
- deps: bump @octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
- deps: bump @octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
- deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
- deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)
- deps: bump the production-dependencies group with 2 updates (#292) (55e2a4b)
- deps: bump the production-dependencies group with 2 updates (#311) (b212e6a)
- deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#254) (f3d5ec2)
Features
- update permission inputs (#296) ([d90aa53](https://github.com/actions/create-gi
...truncated
v3.0.0-beta.3
3.0.0-beta.3 (2026-03-13)
Bug Fixes
v3.0.0-beta.2
3.0.0-beta.2 (2025-08-22)
Bug Fixes
v3.0.0-beta.1
3.0.0-beta.1 (2025-08-15)
BREAKING CHANGES
- Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.
Next Steps
- Review breaking changes above
- Check if workflow inputs/outputs changed
- Verify compatibility with your CI/CD configuration
Full changelog: https://github.com/actions/create-github-app-token/releases
Generated automatically for Dependabot major version PRs.
Contributor
📣 Social Copy GeneratorGenerate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.
|
| # CopilotKit/internal-skills's sync-versions.yml. | ||
| id: app-token | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
| id: bot-token | ||
| if: steps.sync.outputs.action == 'auto_push' || steps.sync.outputs.action == 'push_and_pr' | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
| id: bot-token | ||
| if: needs.dispatch-gate.outputs.check_run_id != '' | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
| - name: Generate devops-bot token | ||
| id: bot-token | ||
| uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 | ||
| uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/create-github-app-token from 2.2.2 to 3.2.0.
Release notes
Sourced from actions/create-github-app-token's releases.
... (truncated)
Changelog
Sourced from actions/create-github-app-token's changelog.
Commits
bcd2ba4chore(main): release 3.2.0 (#370)f24bbd8fix: validate private-key input (#376)363531bdocs: capitalize Git as a proper noun in README (#374)fd28011docs: update procedure to configure Git (#287)85eb8ddfeat: support full repository names inrepositoriesinput (#372)c9aabb8build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...e02e816build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)8d835bfbuild(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...952a2a7feat: add support for enterprise-level GitHub Apps (#263)43e5c34fix(deps): bump@actions/corefrom 3.0.0 to 3.0.1 in the production-dependenc...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)