chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the actions group by dependabot[bot] · Pull Request #13403 · serverless/serverless
Bumps the actions group with 1 update: actions/setup-node.
Updates actions/setup-node from 6.2.0 to 6.3.0
Release notes
Sourced from actions/setup-node's releases.
v6.3.0
What's Changed
Enhancements:
- Support parsing
devEnginesfield by@susnuxin actions/setup-node#1283When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
Dependency updates:
- Fix npm audit issues by
@gowridurgadin actions/setup-node#1491- Replace uuid with crypto.randomUUID() by
@trivikrin actions/setup-node#1378- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-node#1498Bug fixes:
- Remove hardcoded bearer for mirror-url
@marco-ippolitoin actions/setup-node#1467- Scope test lockfiles by package manager and update cache tests by
@gowridurgadin actions/setup-node#1495New Contributors
@susnuxmade their first contribution in actions/setup-node#1283Full Changelog: actions/setup-node@v6...v6.3.0
Commits
53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)- See full diff in compare view
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions