Skip to content

IBX-11778: Updated deprecated GitHub Actions in browser-tests workflow - #4

Draft
alongosz wants to merge 1 commit into
masterfrom
ibx-11778-gha-deprecated-actions
Draft

IBX-11778: Updated deprecated GitHub Actions in browser-tests workflow#4
alongosz wants to merge 1 commit into
masterfrom
ibx-11778-gha-deprecated-actions

Conversation

@alongosz

@alongosz alongosz commented Jul 21, 2026

Copy link
Copy Markdown
Member
🎫 Issue IBX-11778

Related PRs:

Description:

Upgraded or replaced the GitHub Actions in the tag-triggered browser-tests.yaml workflow 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 the octokit/request-action@v2.x workflow-dispatch call with gh api --method POST;
  • Upgraded the runner to ubuntu-26.04.

All other workflows in this repository only call ibexa/gh-workflows/...@main reusable 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.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant