chore(deps): bump actions/setup-node from 4.4.0 to 6.1.0#101
chore(deps): bump actions/setup-node from 4.4.0 to 6.1.0#101dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@49933ea...395ad32) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
||
| - name: Setup Node | ||
| uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 | ||
| uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4 |
There was a problem hiding this comment.
Removed always-auth option still used after version upgrade
Medium Severity
The always-auth: true option on line 90 is no longer supported after upgrading actions/setup-node to v6.1.0. According to the release notes, v6.1.0 explicitly "Remove always-auth configuration handling." This option was previously used to configure npm authentication for the GitHub Packages registry when publishing. The parameter will be silently ignored, potentially causing unexpected authentication behavior when publishing packages to npm.pkg.github.com.
🔬 Verification Test
Why verification test was not possible: This is a GitHub Actions configuration issue that can only be verified by running the actual workflow. The bug is confirmed by the PR description's release notes which explicitly state v6.1.0 includes "Remove always-auth configuration handling by @priyagupta108 in actions/setup-node#1436". The workflow uses always-auth: true which will no longer have any effect after this upgrade.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/setup-node from 4.4.0 to 6.1.0.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
395ad32Bump js-yaml from 3.14.1 to 3.14.2 (#1435)a4d2e2bBump actions/checkout from 5 to 6 (#1439)b9b25d4Remove always-auth configuration handling from action (#1436)633bb92Bump@actions/cachefrom 4.0.3 to 4.1.0 (#1384)dda4788Add example for restore-only cache in documentation (#1419)2028fbcLimit automatic caching to npm, update workflows and documentation (#1374)1342781Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)89d709dBump prettier from 2.8.8 to 3.6.2 (#1334)cd2651cBump ts-jest from 29.1.2 to 29.4.1 (#1336)a0853c2Bump actions/checkout from 4 to 5 (#1345)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates GitHub Actions workflow to use a newer pinned commit of
actions/setup-nodeacross build and release jobs.ci.yml, replaces all references toactions/setup-node@49933e…with@395ad3…for matrix setup, release setup, and npmjs setup stepsWritten by Cursor Bugbot for commit dc9358a. Configure here.