Skip to content

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

Merged
grische merged 2 commits intogluon-v2025.1.xfrom
dependabot/github_actions/actions/create-github-app-token-3.1.1
Apr 20, 2026
Merged

build(deps): bump actions/create-github-app-token from 2.2.1 to 3.1.1#836
grische merged 2 commits intogluon-v2025.1.xfrom
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 12, 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 12, 2026
@dependabot dependabot Bot requested review from a team and maurerle as code owners April 12, 2026 07:22
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Apr 12, 2026
@grische
Copy link
Copy Markdown
Contributor

grische commented Apr 17, 2026

@T0biii any opinion?

Copy link
Copy Markdown
Member

@T0biii T0biii left a comment

Choose a reason for hiding this comment

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

add client-id input and deprecate app-id

so we should also switch to client-id

for this i suggest to set a new repo variable (FFMUC_BOT_CLIENT_ID) with the Client-ID from the Bot Setting Page

@T0biii
Copy link
Copy Markdown
Member

T0biii commented Apr 18, 2026

now we need someone that can set and get the client-id for our Bot.

maybe @GoliathLabs can help here out?

https://github.com/freifunkMUC/site-ffm/settings/variables/actions:
FFMUC_BOT_CLIENT_ID

or maybe directly a org wide variable?
So we can use it here also directly?
https://github.com/freifunkMUC/jitsi-meet-electron/settings/variables/actions

@T0biii T0biii added backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.1.x Backport to Gluon v2023.1.x Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch labels Apr 18, 2026
Copy link
Copy Markdown
Member

@T0biii T0biii left a comment

Choose a reason for hiding this comment

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

LGTM

@grische
Copy link
Copy Markdown
Contributor

grische commented Apr 20, 2026

Do you want to squash your fixup commits before me merge?

dependabot Bot and others added 2 commits April 20, 2026 09:45
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] <[email protected]>
@T0biii T0biii force-pushed the dependabot/github_actions/actions/create-github-app-token-3.1.1 branch from 8970bc2 to 9689c26 Compare April 20, 2026 09:46
@grische grische merged commit 1ce00be into gluon-v2025.1.x Apr 20, 2026
5 checks passed
@grische grische deleted the dependabot/github_actions/actions/create-github-app-token-3.1.1 branch April 20, 2026 10:46
@ffmuc-bot
Copy link
Copy Markdown
Contributor

ffmuc-bot Bot commented Apr 20, 2026

Successfully created backport PR for gluon-v2021.1.x:

@ffmuc-bot
Copy link
Copy Markdown
Contributor

ffmuc-bot Bot commented Apr 20, 2026

Successfully created backport PR for gluon-v2023.1.x:

@ffmuc-bot
Copy link
Copy Markdown
Contributor

ffmuc-bot Bot commented Apr 20, 2026

Successfully created backport PR for gluon-v2023.2.x:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.1.x Backport to Gluon v2023.1.x Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch 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.

2 participants