Bump actions/setup-node from 6.2.0 to 6.3.0 by dependabot[bot] · Pull Request #100 · python-build-tools/find-python-projects-action
Bumps 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 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)