Skip to content

Build(deps): Bump actions/create-github-app-token from 2.2.1 to 3.0.0#159

Merged
frequenz-auto-dependabot[bot] merged 1 commit intov0.x.xfrom
dependabot/github_actions/actions/create-github-app-token-3.0.0
Mar 27, 2026
Merged

Build(deps): Bump actions/create-github-app-token from 2.2.1 to 3.0.0#159
frequenz-auto-dependabot[bot] merged 1 commit intov0.x.xfrom
dependabot/github_actions/actions/create-github-app-token-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

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

Release notes

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

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)

v3.0.0-beta.5

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

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

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)

... (truncated)

Commits
  • f8d387b build(release): 3.0.0 [skip ci]
  • d2129bd style: remove extra blank line in release workflow
  • 77b94ef build: refresh generated artifacts
  • 3ab4c66 chore: move undici to devDependencies
  • 739cf66 docs: update README action versions
  • db40289 build(deps): bump actions versions in test.yml
  • 496a7ac test: migrate from AVA to Node.js native test runner (#346)
  • 3870dc3 Rename end-to-end proxy job in test workflow
  • 4451bcb fix!: require NODE_USE_ENV_PROXY for proxy support (#342)
  • dce0ab0 fix: remove custom proxy handling (#143)
  • Additional commits viewable in compare view

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 11:06
@dependabot dependabot bot added the type:tech-debt Improves the project without visible changes for users label Mar 27, 2026
@dependabot dependabot bot requested review from florian-wagner-frequenz and removed request for a team March 27, 2026 11:06
@github-actions github-actions bot added the tool:auto-merged Auto-approved Dependabot PRs label Mar 27, 2026
github-actions[bot]
github-actions bot previously approved these changes Mar 27, 2026
@github-actions github-actions bot enabled auto-merge March 27, 2026 11:06
@github-actions github-actions bot added this pull request to the merge queue Mar 27, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 27, 2026
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/create-github-app-token-3.0.0 branch from 9b6cc60 to 773b423 Compare March 27, 2026 15:30
@frequenz-auto-dependabot frequenz-auto-dependabot bot added this pull request to the merge queue Mar 27, 2026
@llucax llucax removed this pull request from the merge queue due to a manual request Mar 27, 2026
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

Looks like this PR is already up-to-date with v0.x.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

@dependabot rebase

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/create-github-app-token-3.0.0 branch from 773b423 to 69d767e Compare March 27, 2026 16:04
@frequenz-auto-dependabot frequenz-auto-dependabot bot added this pull request to the merge queue Mar 27, 2026
Merged via the queue into v0.x.x with commit e10e2de Mar 27, 2026
9 checks passed
@frequenz-auto-dependabot frequenz-auto-dependabot bot deleted the dependabot/github_actions/actions/create-github-app-token-3.0.0 branch March 27, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) tool:auto-merged Auto-approved Dependabot PRs type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant