Skip to content

fix(release): pin semantic-release-action to v6.0.0 tag SHA#736

Merged
timowestnosto merged 1 commit intomasterfrom
copilot/fix-release-workflow-error
Apr 7, 2026
Merged

fix(release): pin semantic-release-action to v6.0.0 tag SHA#736
timowestnosto merged 1 commit intomasterfrom
copilot/fix-release-workflow-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

Context

The release workflow was pinned to a post-v6.0.0 dev commit (2f15a6f) from April 2026 that bumped @actions/core to ^3.0.0. That version of @actions/core has an exports field missing the default entry ("."), causing ERR_PACKAGE_PATH_NOT_EXPORTED under Node.js 24.

Fixed by pinning to the official v6.0.0 tag SHA (b12c8f6), which uses @actions/core@^1.11.1 — the stable version with correct exports.

- uses: cycjimmy/semantic-release-action@2f15a6fcdae96740b10980f657138fa07540700e # v6.0.0+
+ uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0

Related Jira ticket

Screenshots

@timowestnosto timowestnosto merged commit 69a4495 into master Apr 7, 2026
1 check passed
@timowestnosto timowestnosto deleted the copilot/fix-release-workflow-error branch April 7, 2026 13:17
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.

3 participants