fix(release): pin semantic-release-action to v6.0.0 tag SHA#736
Merged
timowestnosto merged 1 commit intomasterfrom Apr 7, 2026
Merged
fix(release): pin semantic-release-action to v6.0.0 tag SHA#736timowestnosto merged 1 commit intomasterfrom
timowestnosto merged 1 commit intomasterfrom
Conversation
Agent-Logs-Url: https://github.com/Nosto/nosto-react/sessions/f4959560-cbcf-4648-9b1e-2251d3c0754d Co-authored-by: timowestnosto <13622115+timowestnosto@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
timowestnosto
April 7, 2026 12:49
View session
manikandan-ravikumar
approved these changes
Apr 7, 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 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.
Context
The release workflow was pinned to a post-v6.0.0 dev commit (
2f15a6f) from April 2026 that bumped@actions/coreto^3.0.0. That version of@actions/corehas anexportsfield missing the default entry ("."), causingERR_PACKAGE_PATH_NOT_EXPORTEDunder 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.Related Jira ticket
Screenshots