Chore(deps): Bump actions/create-github-app-token from 1.11.7 to 3.0.0#3582
Merged
fredericoo merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.7 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@af35eda...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
fredericoo
approved these changes
Mar 16, 2026
Contributor
fredericoo
left a comment
There was a problem hiding this comment.
- Already compatible inputs — The workflow uses app-id and private-key (hyphenated), which is what v2+ requires. The removed underscore forms (app_id, private_key) were never used.
- GitHub-hosted runners — The workflow runs on ubuntu-latest, which GitHub keeps current. The Node 24 / Runner v2.327.1+ requirement only matters for self-hosted runners.
- No proxy usage — The workflow doesn't set HTTP_PROXY or HTTPS_PROXY, so the proxy breaking change is irrelevant.
- Same outputs — The token output consumed by the workflow (${{ steps.app-token.outputs.token }}) is unchanged.
- No code or package changes — This is a CI workflow file only. No package.json, no source code, no shipped artifacts are touched.
fredericoo
approved these changes
Apr 8, 2026
Contributor
fredericoo
left a comment
There was a problem hiding this comment.
LGTM - the breaking changes in v2 and v3 don't affect us.
v2 breaking change: removed deprecated underscore inputs (app_id, private_key). We already use the hyphenated forms (app-id, private-key), so no impact.
v3 breaking changes:
- Custom proxy handling removed (requires
NODE_USE_ENV_PROXY=1if usingHTTP_PROXY/HTTPS_PROXY) - we run onubuntu-latest, not behind a proxy - Requires Actions Runner v2.327.1+ for self-hosted runners - we use GitHub-hosted runners
- Node 24 runtime - transparent, GitHub manages this
Our inputs (app-id, private-key, owner, repositories) and output (token) are all unchanged in v3.
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 1.11.7 to 3.0.0.
Release notes
Sourced from actions/create-github-app-token's releases.
... (truncated)
Commits
f8d387bbuild(release): 3.0.0 [skip ci]d2129bdstyle: remove extra blank line in release workflow77b94efbuild: refresh generated artifacts3ab4c66chore: move undici to devDependencies739cf66docs: update README action versionsdb40289build(deps): bump actions versions in test.yml496a7actest: migrate from AVA to Node.js native test runner (#346)3870dc3Rename end-to-end proxy job in test workflow4451bcbfix!: requireNODE_USE_ENV_PROXYfor proxy support (#342)dce0ab0fix: remove custom proxy handling (#143)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)