IBX-11778: Updated deprecated GitHub Actions in browser-tests workflow - #4
Draft
alongosz wants to merge 1 commit into
Draft
IBX-11778: Updated deprecated GitHub Actions in browser-tests workflow#4alongosz wants to merge 1 commit into
alongosz wants to merge 1 commit into
Conversation
Upgraded or replaced the GitHub Actions in browser-tests.yaml that still run on the deprecated Node.js 20 runtime (to be removed from GitHub runners on September 16th, 2026): - Bumped actions/create-github-app-token from v2 to v3, switching the deprecated app-id input to client-id - Replaced octokit/request-action workflow-dispatch calls with gh api --method POST, which also drops the !!str ref workaround - Bumped the runner to ubuntu-26.04 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 21, 2026
Draft
Draft
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.
Related PRs:
Description:
Upgraded or replaced the GitHub Actions in the tag-triggered
browser-tests.yamlworkflow that still run on the deprecated Node.js 20 runtime (to be removed from GitHub runners on September 16th, 2026):actions/create-github-app-tokenfrom v2 to v3, switching the deprecatedapp-idinput toclient-id;octokit/request-action@v2.xworkflow-dispatch call withgh api --method POST;ubuntu-26.04.All other workflows in this repository only call
ibexa/gh-workflows/...@mainreusable workflows (deliberately trunk-tracking, already covered by ibexa/gh-workflows#103) and required no changes.For QA:
No manual QA required. The workflow triggers on
v*tag pushes; it will be exercised by the next tag release of this skeleton.Documentation:
No documentation required.