chore(deps): bump Staffbase/github-action-jira-release-tagging from 1.7.1 to 1.7.3 - #489
Merged
Merged
Conversation
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
flaxel
approved these changes
Aug 11, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Why
Every repo running
template_jira_tagging.ymllogs this on every run:github-action-jira-release-taggingdeclaredusing: 'node20'. That was fixed in Staffbase/github-action-jira-release-tagging#209 and released as v1.7.3, which shipsusing: 'node24'. This template still pins v1.7.1, so consumers keep emitting the warning.Change
6415d3f0is the commitv1.7.3points at; verified thataction.ymlat that tag readsusing: 'node24'.Why this needs a manual PR
This repo's
dependabot.ymlignoresversion-update:semver-patchfor all github-actions, and 1.7.1 → 1.7.3 is a patch bump — Dependabot will never propose it.Risk
Low. The runner already forces the action onto Node 24 today ("being forced to run on Node.js 24"), so it has been executing on Node 24 in production for some time, including in successful runs. v1.7.3 makes the declaration match reality. Between v1.7.1 and v1.7.3 the only other changes are dependency bumps and CVE patches (undici, eslint, ncc, js-yaml, minimatch, brace-expansion, picomatch) — no behaviour changes to the action itself.
Note
This does not address the
504 Gateway Time-outfromcallWebhookcurrently failing "Annotate Jira Issues" in plugin-forms — that's a Jira-side timeout, unrelated to the Node version (the last successful run carried the identical Node 20 warning).🤖 Generated with Claude Code