-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/setup-node from 2 to 4 #8
Merged
Merged
Conversation
This file contains 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
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 22, 2024
@dependabot merge
Brian M. Workman
***@***.***
…On Fri, Nov 22, 2024 at 1:30 AM dependabot[bot] ***@***.***> wrote:
Bumps actions/setup-node <https://github.com/actions/setup-node> from 2
to 4.
Release notes
*Sourced from actions/setup-node's releases
<https://github.com/actions/setup-node/releases>.*
v4.0.0 What's Changed
In scope of this release we changed version of node runtime for action
from node16 to node20 and updated dependencies in actions/setup-node#866
<https://github.com/actions/setup-node/pull/866>
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by @gmembre-zenika
<https://github.com/gmembre-zenika> in actions/setup-node#868
<https://github.com/actions/setup-node/pull/868>
- Update actions/checkout for documentation and yaml by
@dmitry-shibanov <https://github.com/dmitry-shibanov> in
actions/setup-node#876
<https://github.com/actions/setup-node/pull/876>
New Contributors
- @gmembre-zenika <https://github.com/gmembre-zenika> made their
first contribution in actions/setup-node#868
<https://github.com/actions/setup-node/pull/868>
*Full Changelog*: ***@***.***
<actions/setup-node@v3...v4.0.0>
v3.8.2 What's Changed
- Update semver by @dmitry-shibanov
<https://github.com/dmitry-shibanov> in actions/setup-node#861
<https://github.com/actions/setup-node/pull/861>
- Update temp directory creation by @nikolai-laevskii
<https://github.com/nikolai-laevskii> in actions/setup-node#859
<https://github.com/actions/setup-node/pull/859>
- Bump @babel/traverse from 7.15.4 to 7.23.2 by @dependabot
<https://github.com/dependabot> in actions/setup-node#870
<https://github.com/actions/setup-node/pull/870>
- Add notice about binaries not being updated yet by @nikolai-laevskii
<https://github.com/nikolai-laevskii> in actions/setup-node#872
<https://github.com/actions/setup-node/pull/872>
- Update toolkit cache and core by @dmitry-shibanov
<https://github.com/dmitry-shibanov> and @seongwon-privatenote
<https://github.com/seongwon-privatenote> in actions/setup-node#875
<https://github.com/actions/setup-node/pull/875>
*Full Changelog*: ***@***.***
<actions/setup-node@v3...v3.8.2>
v3.8.1 What's Changed
In scope of this release, the filter was removed within the cache-save
step by @dmitry-shibanov <https://github.com/dmitry-shibanov> in
actions/setup-node#831
<https://github.com/actions/setup-node/pull/831>. It is filtered
and checked in the toolkit/cache library.
*Full Changelog*: ***@***.***
<actions/setup-node@v3...v3.8.1>
v3.8.0 What's Changed Bug fixes:
- Add check for existing paths by @dmitry-shibanov
<https://github.com/dmitry-shibanov> in actions/setup-node#803
<https://github.com/actions/setup-node/pull/803>
- Resolve SymbolicLink by @dmitry-shibanov
<https://github.com/dmitry-shibanov> in actions/setup-node#809
<https://github.com/actions/setup-node/pull/809>
- Change passing logic for cache input by @dmitry-shibanov
<https://github.com/dmitry-shibanov> in actions/setup-node#816
<https://github.com/actions/setup-node/pull/816>
- Fix armv7 cache issue by @louislam <https://github.com/louislam> in
actions/setup-node#794
<https://github.com/actions/setup-node/pull/794>
- Update check-dist workflow name by @sinchang
<https://github.com/sinchang> in actions/setup-node#710
<https://github.com/actions/setup-node/pull/710>
Feature implementations:
- feat: handling the case where "node" is used for tool-versions file.
by @xytis <https://github.com/xytis> in actions/setup-node#812
<https://github.com/actions/setup-node/pull/812>
Documentation changes:
- Refer to semver package name in README.md by @olleolleolle
<https://github.com/olleolleolle> in actions/setup-node#808
<https://github.com/actions/setup-node/pull/808>
Update dependencies:
- Update toolkit cache to fix zstd by @dmitry-shibanov
<https://github.com/dmitry-shibanov> in actions/setup-node#804
<https://github.com/actions/setup-node/pull/804>
- Bump tough-cookie and @azure/ms-rest-js by @dependabot
<https://github.com/dependabot> in actions/setup-node#802
<https://github.com/actions/setup-node/pull/802>
- Bump semver from 6.1.2 to 6.3.1 by @dependabot
<https://github.com/dependabot> in actions/setup-node#807
<https://github.com/actions/setup-node/pull/807>
... (truncated)
Commits
- 39370e3
<actions/setup-node@39370e3>
fix: add arch to cached path (#843
<https://github.com/actions/setup-node/issues/843>)
- abb238b
<actions/setup-node@abb238b>
Revise isGhes logic (#1148
<https://github.com/actions/setup-node/issues/1148>)
- aca7b64
<actions/setup-node@aca7b64>
Merge pull request #1134
<https://github.com/actions/setup-node/issues/1134> from
actions/Jcambass-patch-1
- 88de2a3
<actions/setup-node@88de2a3>
Resolve High Security Alerts by upgrading Dependencies (#1132
<https://github.com/actions/setup-node/issues/1132>)
- 0a44ba7
<actions/setup-node@0a44ba7>
Correct version string (#1124
<https://github.com/actions/setup-node/issues/1124>)
- d6ebc7b
<actions/setup-node@d6ebc7b>
Upgrade IA Publish
- 97ca147
<actions/setup-node@97ca147>
Merge pull request #1125
<https://github.com/actions/setup-node/issues/1125> from
actions/add-is-release-workflow
- aa363de
<actions/setup-node@aa363de>
Create publish-immutable-action.yml
- 1c7b2db
<actions/setup-node@1c7b2db>
Fix: windows arm64 setup (#1126
<https://github.com/actions/setup-node/issues/1126>)
- 26961cf
<actions/setup-node@26961cf>
Documentation update in the README file (#1106
<https://github.com/actions/setup-node/issues/1106>)
- Additional commits viewable in compare view
<actions/setup-node@v2...v4>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#8
Commit Summary
- 509d8ba
<509d8ba>
Bump actions/setup-node from 2 to 4
File Changes
(2 files <https://github.com/gesslar/gludoc/pull/8/files>)
- *M* .github/workflows/compile_action.yml
<https://github.com/gesslar/gludoc/pull/8/files#diff-f9c922dd36c685b9445985bf25e5419bf32bfb92979ecce2f064e16c148ca45e>
(2)
- *M* .github/workflows/marketplace.yml
<https://github.com/gesslar/gludoc/pull/8/files#diff-abd1727ab637fe09bc1917049aba2425e6ba0d087a929cb8da4abc046e758c4a>
(2)
Patch Links:
- https://github.com/gesslar/gludoc/pull/8.patch
- https://github.com/gesslar/gludoc/pull/8.diff
—
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVJ5YFDD62NX464XR4FJL2B3FRLAVCNFSM6AAAAABSIUKVMKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4DCOJWHEYTGNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This PR has already been merged! 🎉 |
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.
Bumps actions/setup-node from 2 to 4.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
39370e3
fix: add arch to cached path (#843)abb238b
ReviseisGhes
logic (#1148)aca7b64
Merge pull request #1134 from actions/Jcambass-patch-188de2a3
Resolve High Security Alerts by upgrading Dependencies (#1132)0a44ba7
Correct version string (#1124)d6ebc7b
Upgrade IA Publish97ca147
Merge pull request #1125 from actions/add-is-release-workflowaa363de
Create publish-immutable-action.yml1c7b2db
Fix: windows arm64 setup (#1126)26961cf
Documentation update in the README file (#1106)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)