Skip to content
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

Update action to node20 #1284

Merged
merged 11 commits into from
Jan 16, 2024
Merged

Update action to node20 #1284

merged 11 commits into from
Jan 16, 2024

Conversation

takost
Copy link
Contributor

@takost takost commented Nov 20, 2023

Description

Node 16 has reached end-of-life on 11 Sep 202.
This PR updates the default runtime to node20, rather then node16.

This is supported on all Actions Runners v2.308.0 or later.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (add or update README or docs)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@takost takost requested a review from a team as a code owner November 20, 2023 13:31
@takost
Copy link
Contributor Author

takost commented Dec 18, 2023

@yacaovsnc Could you please merge this PR and release new versions of the action? I don't have permissions for it 😄

@chenrui333
Copy link

this might be the last major action using nodejs20 runtime? (would be great to see this merged soonish, thanks!)

@Bo98
Copy link

Bo98 commented Dec 22, 2023

Looks like this might introduce the same problem that has affected many other Node 20 updates where it hangs for 2 minutes on completion:
image

I explained the issue at ruby/setup-ruby#543 (comment) and why it doesn't happen with Node 16.

Short of a fix in https://github.com/actions/toolkit, the workaround used in restore could be applied to save: f7ebb81, which has also been copy-pasted to actions/setup-node etc.

@takost
Copy link
Contributor Author

takost commented Jan 10, 2024

@Bo98 thanks for the comment. I applied the workaround, and I am going to review PR with fix in https://github.com/actions/toolkit

@yacaovsnc yacaovsnc merged commit 65b8989 into actions:main Jan 16, 2024
15 checks passed
@MikeMcC399
Copy link

@yacaovsnc

I did a smoke test using the pre-release version actions/[email protected] and it worked fine for me. 👍🏻

What is the plan to make this into an official release actions/cache@v4?

Currently actions/[email protected] and actions/cache@v3 as alias tag are marked as latest.

@yacaovsnc
Copy link
Contributor

👋🏼 @MikeMcC399, thanks for using Cache actions. I need to update some internal tests with this latest tag and run through them. If everything works, we should release this today.

renovate bot added a commit to rpdelaney/downforeveryone that referenced this pull request Jan 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
simonknittel added a commit to simonknittel/sinister-incorporated that referenced this pull request Jan 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/simonknittel/sinister-incorporated).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
naa0yama added a commit to naa0yama/OpenWrt-FortiGate-50E-custom-image that referenced this pull request Jan 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/OpenWrt-FortiGate-50E-custom-image).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Naoki Aoyama <[email protected]>
naa0yama pushed a commit to naa0yama/PythonBoilerplate that referenced this pull request Jan 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.8.0` -> `v5.0.0` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)

#### What's Changed

In scope of this release, we update node version runtime from node16 to
node20
([actions/setup-python#772).
Besides, we update dependencies to the latest versions.

**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/pythonboilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kayman-mk pushed a commit to Hapag-Lloyd/terraform-aws-bastion-host-ssm that referenced this pull request Feb 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 18, 2024
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update action to node20 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a href="h
ttps://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</
a></li>
<li>feat: save-always flag by <a
href="https://github.com/to-s"><code>@​to-s</code></a> in <a href="https
://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></
li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/takost"><code>@​takost</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1284">actions/cache#1284</a></li>
<li><a href="https://github.com/to-s"><code>@​to-s</code></a> made their
first contribution in <a href="https://redirect.github.com/actions/cache
sagemath/pull/1242">actions/cache#1242</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v4.0.0">https://github.com/actions/cache/compare/v3..
.v4.0.0</a></p>
<h2>v3.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Cache v3.3.3 by <a
href="https://github.com/robherley"><code>@​robherley</code></a> in <a h
ref="https://redirect.github.com/actions/cache/pull/1302">actions/cache#
1302</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/robherley"><code>@​robherley</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1302">actions/cache#1302</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.3">https://github.com/actions/cache/compare/v3..
.v3.3.3</a></p>
<h2>v3.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed readme with new segment timeout values by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133
</a></li>
<li>Readme fixes by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134
</a></li>
<li>Updated description of the lookup-only input for main action by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130
</a></li>
<li>Change two new actions mention as quoted text by <a
href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
in <a href="https://redirect.github.com/actions/cache/pull/1131">actions
/cache#1131</a></li>
<li>Update Cross-OS Caching tips by <a
href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="htt
ps://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a>
</li>
<li>Bazel example (Take <a
href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
<a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
<a href="https://redirect.github.com/actions/cache/pull/1132">actions/ca
che#1132</a></li>
<li>Remove actions to add new PRs and issues to a project board by <a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1187">actions/cache
sagemath#1187</a></li>
<li>Consume latest toolkit and fix dangling promise bug by <a
href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217
</a></li>
<li>Bump action version to 3.3.2 by <a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1236">actions/cache
sagemath#1236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1132">actions/cache#1132</a></li>
<li><a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1187">actions/cache#1187</a></li>
<li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1217">actions/cache#1217</a></li>
<li><a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1236">actions/cache#1236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3..
.v3.3.2</a></p>
<h2>v3.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Reduced download segment size to 128 MB and timeout to 10 minutes by
<a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a hr
ef="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1
129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3..
.v3.3.1</a></p>
<h2>v3.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bug: Permission is missing in cache delete example by <a
href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a hre
f="https://redirect.github.com/actions/cache/pull/1123">actions/cache#11
23</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/
RELEASES.md">actions/cache's changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h3>3.0.0</h3>
<ul>
<li>Updated minimum runner version support from node 12 -&gt; node
16</li>
</ul>
<h3>3.0.1</h3>
<ul>
<li>Added support for caching from GHES 3.5.</li>
<li>Fixed download issue for files &gt; 2GB during restore.</li>
</ul>
<h3>3.0.2</h3>
<ul>
<li>Added support for dynamic cache size cap on GHES.</li>
</ul>
<h3>3.0.3</h3>
<ul>
<li>Fixed avoiding empty cache save when no files are available for
caching. (<a href="https://redirect.github.com/actions/cache/issues/624"
>issue</a>)</li>
</ul>
<h3>3.0.4</h3>
<ul>
<li>Fixed tar creation error while trying to create tar with path as
<code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="htt
ps://redirect.github.com/actions/cache/issues/689">issue</a>)</li>
</ul>
<h3>3.0.5</h3>
<ul>
<li>Removed error handling by consuming actions/cache 3.0 toolkit, Now
cache server error handling will be done by toolkit. (<a
href="https://redirect.github.com/actions/cache/pull/834">PR</a>)</li>
</ul>
<h3>3.0.6</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/809">#809</a> -
zstd -d: no such file or directory error</li>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/833">#833</a> -
cache doesn't work with github workspace directory</li>
</ul>
<h3>3.0.7</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/810">#810</a> -
download stuck issue. A new timeout is introduced in the download
process to abort the download if it gets stuck and doesn't finish within
an hour.</li>
</ul>
<h3>3.0.8</h3>
<ul>
<li>Fix zstd not working for windows on gnu tar in issues <a
href="https://redirect.github.com/actions/cache/issues/888">#888</a> and
<a href="https://redirect.github.com/actions/cache/issues/891">#891</a>.
</li>
<li>Allowing users to provide a custom timeout as input for aborting
download of a cache segment using an environment variable
<code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li>
</ul>
<h3>3.0.9</h3>
<ul>
<li>Enhanced the warning message for cache unavailablity in case of
GHES.</li>
</ul>
<h3>3.0.10</h3>
<ul>
<li>Fix a bug with sorting inputs.</li>
<li>Update definition for restore-keys in README.md</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="actions/cache@13aacd865c20de90d75
de3b17ebe84f7a17d57d2"><code>13aacd8</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1242">#1242</a>
from to-s/main</li>
<li><a href="actions/cache@53b35c543921fe2e8b2
88765ff817de9de8d906f"><code>53b35c5</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@65b8989fab3bb394817
bdb845a453dff480c2b51"><code>65b8989</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1284">#1284</a>
from takost/update-to-node-20</li>
<li><a href="actions/cache@d0be34d54485f31ca2c
cbe66e6ea3d96544a807b"><code>d0be34d</code></a> Fix dist</li>
<li><a href="actions/cache@66cf064d47313d2cccf
392d01bd10925da2bd072"><code>66cf064</code></a> Merge branch 'main' into
update-to-node-20</li>
<li><a href="actions/cache@1326563738ddb735c5f
2ce85cba8c79f33b728cd"><code>1326563</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@e71876755e268d6cc25
a5d3e3c46ae447e35290a"><code>e718767</code></a> Fix format</li>
<li><a href="actions/cache@01229828ffa049a8dee
4db27bcb23ed33f2b451f"><code>0122982</code></a> Apply workaround for
earlyExit</li>
<li><a href="actions/cache@3185ecfd6135856ca6d
904ae032cff4f39b8b365"><code>3185ecf</code></a> Update &quot;only-&quot;
actions to node20</li>
<li><a href="actions/cache@25618a0a675e8447e5f
fc8ed9b7ddb2aaf927f65"><code>25618a0</code></a> Bump version</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=actions/cache&package-manager=github_actions&previous-
version=3&new-version=4)](https://docs.github.com/en/github/managing-
security-vulnerabilities/about-dependabot-security-updates#about-
compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

URL: sagemath#37474
Reported by: dependabot[bot]
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 20, 2024
    
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update action to node20 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a href="h
ttps://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</
a></li>
<li>feat: save-always flag by <a
href="https://github.com/to-s"><code>@​to-s</code></a> in <a href="https
://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></
li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/takost"><code>@​takost</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1284">actions/cache#1284</a></li>
<li><a href="https://github.com/to-s"><code>@​to-s</code></a> made their
first contribution in <a href="https://redirect.github.com/actions/cache
sagemath/pull/1242">actions/cache#1242</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v4.0.0">https://github.com/actions/cache/compare/v3..
.v4.0.0</a></p>
<h2>v3.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Cache v3.3.3 by <a
href="https://github.com/robherley"><code>@​robherley</code></a> in <a h
ref="https://redirect.github.com/actions/cache/pull/1302">actions/cache#
1302</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/robherley"><code>@​robherley</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1302">actions/cache#1302</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.3">https://github.com/actions/cache/compare/v3..
.v3.3.3</a></p>
<h2>v3.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed readme with new segment timeout values by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133
</a></li>
<li>Readme fixes by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134
</a></li>
<li>Updated description of the lookup-only input for main action by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130
</a></li>
<li>Change two new actions mention as quoted text by <a
href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
in <a href="https://redirect.github.com/actions/cache/pull/1131">actions
/cache#1131</a></li>
<li>Update Cross-OS Caching tips by <a
href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="htt
ps://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a>
</li>
<li>Bazel example (Take <a
href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
<a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
<a href="https://redirect.github.com/actions/cache/pull/1132">actions/ca
che#1132</a></li>
<li>Remove actions to add new PRs and issues to a project board by <a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1187">actions/cache
sagemath#1187</a></li>
<li>Consume latest toolkit and fix dangling promise bug by <a
href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217
</a></li>
<li>Bump action version to 3.3.2 by <a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1236">actions/cache
sagemath#1236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1132">actions/cache#1132</a></li>
<li><a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1187">actions/cache#1187</a></li>
<li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1217">actions/cache#1217</a></li>
<li><a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1236">actions/cache#1236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3..
.v3.3.2</a></p>
<h2>v3.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Reduced download segment size to 128 MB and timeout to 10 minutes by
<a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a hr
ef="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1
129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3..
.v3.3.1</a></p>
<h2>v3.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bug: Permission is missing in cache delete example by <a
href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a hre
f="https://redirect.github.com/actions/cache/pull/1123">actions/cache#11
23</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/
RELEASES.md">actions/cache's changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h3>3.0.0</h3>
<ul>
<li>Updated minimum runner version support from node 12 -&gt; node
16</li>
</ul>
<h3>3.0.1</h3>
<ul>
<li>Added support for caching from GHES 3.5.</li>
<li>Fixed download issue for files &gt; 2GB during restore.</li>
</ul>
<h3>3.0.2</h3>
<ul>
<li>Added support for dynamic cache size cap on GHES.</li>
</ul>
<h3>3.0.3</h3>
<ul>
<li>Fixed avoiding empty cache save when no files are available for
caching. (<a href="https://redirect.github.com/actions/cache/issues/624"
>issue</a>)</li>
</ul>
<h3>3.0.4</h3>
<ul>
<li>Fixed tar creation error while trying to create tar with path as
<code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="htt
ps://redirect.github.com/actions/cache/issues/689">issue</a>)</li>
</ul>
<h3>3.0.5</h3>
<ul>
<li>Removed error handling by consuming actions/cache 3.0 toolkit, Now
cache server error handling will be done by toolkit. (<a
href="https://redirect.github.com/actions/cache/pull/834">PR</a>)</li>
</ul>
<h3>3.0.6</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/809">#809</a> -
zstd -d: no such file or directory error</li>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/833">#833</a> -
cache doesn't work with github workspace directory</li>
</ul>
<h3>3.0.7</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/810">#810</a> -
download stuck issue. A new timeout is introduced in the download
process to abort the download if it gets stuck and doesn't finish within
an hour.</li>
</ul>
<h3>3.0.8</h3>
<ul>
<li>Fix zstd not working for windows on gnu tar in issues <a
href="https://redirect.github.com/actions/cache/issues/888">#888</a> and
<a href="https://redirect.github.com/actions/cache/issues/891">#891</a>.
</li>
<li>Allowing users to provide a custom timeout as input for aborting
download of a cache segment using an environment variable
<code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li>
</ul>
<h3>3.0.9</h3>
<ul>
<li>Enhanced the warning message for cache unavailablity in case of
GHES.</li>
</ul>
<h3>3.0.10</h3>
<ul>
<li>Fix a bug with sorting inputs.</li>
<li>Update definition for restore-keys in README.md</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="actions/cache@13aacd865c20de90d75
de3b17ebe84f7a17d57d2"><code>13aacd8</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1242">#1242</a>
from to-s/main</li>
<li><a href="actions/cache@53b35c543921fe2e8b2
88765ff817de9de8d906f"><code>53b35c5</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@65b8989fab3bb394817
bdb845a453dff480c2b51"><code>65b8989</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1284">#1284</a>
from takost/update-to-node-20</li>
<li><a href="actions/cache@d0be34d54485f31ca2c
cbe66e6ea3d96544a807b"><code>d0be34d</code></a> Fix dist</li>
<li><a href="actions/cache@66cf064d47313d2cccf
392d01bd10925da2bd072"><code>66cf064</code></a> Merge branch 'main' into
update-to-node-20</li>
<li><a href="actions/cache@1326563738ddb735c5f
2ce85cba8c79f33b728cd"><code>1326563</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@e71876755e268d6cc25
a5d3e3c46ae447e35290a"><code>e718767</code></a> Fix format</li>
<li><a href="actions/cache@01229828ffa049a8dee
4db27bcb23ed33f2b451f"><code>0122982</code></a> Apply workaround for
earlyExit</li>
<li><a href="actions/cache@3185ecfd6135856ca6d
904ae032cff4f39b8b365"><code>3185ecf</code></a> Update &quot;only-&quot;
actions to node20</li>
<li><a href="actions/cache@25618a0a675e8447e5f
fc8ed9b7ddb2aaf927f65"><code>25618a0</code></a> Bump version</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=actions/cache&package-manager=github_actions&previous-
version=3&new-version=4)](https://docs.github.com/en/github/managing-
security-vulnerabilities/about-dependabot-security-updates#about-
compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
    
URL: sagemath#37474
Reported by: dependabot[bot]
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 25, 2024
    
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update action to node20 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a href="h
ttps://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</
a></li>
<li>feat: save-always flag by <a
href="https://github.com/to-s"><code>@​to-s</code></a> in <a href="https
://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></
li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/takost"><code>@​takost</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1284">actions/cache#1284</a></li>
<li><a href="https://github.com/to-s"><code>@​to-s</code></a> made their
first contribution in <a href="https://redirect.github.com/actions/cache
sagemath/pull/1242">actions/cache#1242</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v4.0.0">https://github.com/actions/cache/compare/v3..
.v4.0.0</a></p>
<h2>v3.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Cache v3.3.3 by <a
href="https://github.com/robherley"><code>@​robherley</code></a> in <a h
ref="https://redirect.github.com/actions/cache/pull/1302">actions/cache#
1302</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/robherley"><code>@​robherley</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1302">actions/cache#1302</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.3">https://github.com/actions/cache/compare/v3..
.v3.3.3</a></p>
<h2>v3.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed readme with new segment timeout values by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133
</a></li>
<li>Readme fixes by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134
</a></li>
<li>Updated description of the lookup-only input for main action by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130
</a></li>
<li>Change two new actions mention as quoted text by <a
href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
in <a href="https://redirect.github.com/actions/cache/pull/1131">actions
/cache#1131</a></li>
<li>Update Cross-OS Caching tips by <a
href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="htt
ps://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a>
</li>
<li>Bazel example (Take <a
href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
<a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
<a href="https://redirect.github.com/actions/cache/pull/1132">actions/ca
che#1132</a></li>
<li>Remove actions to add new PRs and issues to a project board by <a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1187">actions/cache
sagemath#1187</a></li>
<li>Consume latest toolkit and fix dangling promise bug by <a
href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a href=
"https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217
</a></li>
<li>Bump action version to 3.3.2 by <a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1236">actions/cache
sagemath#1236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
made their first contribution in <a href="https://redirect.github.com/ac
tions/cache/pull/1132">actions/cache#1132</a></li>
<li><a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1187">actions/cache#1187</a></li>
<li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1217">actions/cache#1217</a></li>
<li><a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
their first contribution in <a href="https://redirect.github.com/actions
/cache/pull/1236">actions/cache#1236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3..
.v3.3.2</a></p>
<h2>v3.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Reduced download segment size to 128 MB and timeout to 10 minutes by
<a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a hr
ef="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1
129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/
cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3..
.v3.3.1</a></p>
<h2>v3.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bug: Permission is missing in cache delete example by <a
href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a hre
f="https://redirect.github.com/actions/cache/pull/1123">actions/cache#11
23</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/
RELEASES.md">actions/cache's changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h3>3.0.0</h3>
<ul>
<li>Updated minimum runner version support from node 12 -&gt; node
16</li>
</ul>
<h3>3.0.1</h3>
<ul>
<li>Added support for caching from GHES 3.5.</li>
<li>Fixed download issue for files &gt; 2GB during restore.</li>
</ul>
<h3>3.0.2</h3>
<ul>
<li>Added support for dynamic cache size cap on GHES.</li>
</ul>
<h3>3.0.3</h3>
<ul>
<li>Fixed avoiding empty cache save when no files are available for
caching. (<a href="https://redirect.github.com/actions/cache/issues/624"
>issue</a>)</li>
</ul>
<h3>3.0.4</h3>
<ul>
<li>Fixed tar creation error while trying to create tar with path as
<code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="htt
ps://redirect.github.com/actions/cache/issues/689">issue</a>)</li>
</ul>
<h3>3.0.5</h3>
<ul>
<li>Removed error handling by consuming actions/cache 3.0 toolkit, Now
cache server error handling will be done by toolkit. (<a
href="https://redirect.github.com/actions/cache/pull/834">PR</a>)</li>
</ul>
<h3>3.0.6</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/809">#809</a> -
zstd -d: no such file or directory error</li>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/833">#833</a> -
cache doesn't work with github workspace directory</li>
</ul>
<h3>3.0.7</h3>
<ul>
<li>Fixed <a
href="https://redirect.github.com/actions/cache/issues/810">#810</a> -
download stuck issue. A new timeout is introduced in the download
process to abort the download if it gets stuck and doesn't finish within
an hour.</li>
</ul>
<h3>3.0.8</h3>
<ul>
<li>Fix zstd not working for windows on gnu tar in issues <a
href="https://redirect.github.com/actions/cache/issues/888">#888</a> and
<a href="https://redirect.github.com/actions/cache/issues/891">#891</a>.
</li>
<li>Allowing users to provide a custom timeout as input for aborting
download of a cache segment using an environment variable
<code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li>
</ul>
<h3>3.0.9</h3>
<ul>
<li>Enhanced the warning message for cache unavailablity in case of
GHES.</li>
</ul>
<h3>3.0.10</h3>
<ul>
<li>Fix a bug with sorting inputs.</li>
<li>Update definition for restore-keys in README.md</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="actions/cache@13aacd865c20de90d75
de3b17ebe84f7a17d57d2"><code>13aacd8</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1242">#1242</a>
from to-s/main</li>
<li><a href="actions/cache@53b35c543921fe2e8b2
88765ff817de9de8d906f"><code>53b35c5</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@65b8989fab3bb394817
bdb845a453dff480c2b51"><code>65b8989</code></a> Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1284">#1284</a>
from takost/update-to-node-20</li>
<li><a href="actions/cache@d0be34d54485f31ca2c
cbe66e6ea3d96544a807b"><code>d0be34d</code></a> Fix dist</li>
<li><a href="actions/cache@66cf064d47313d2cccf
392d01bd10925da2bd072"><code>66cf064</code></a> Merge branch 'main' into
update-to-node-20</li>
<li><a href="actions/cache@1326563738ddb735c5f
2ce85cba8c79f33b728cd"><code>1326563</code></a> Merge branch 'main' into
main</li>
<li><a href="actions/cache@e71876755e268d6cc25
a5d3e3c46ae447e35290a"><code>e718767</code></a> Fix format</li>
<li><a href="actions/cache@01229828ffa049a8dee
4db27bcb23ed33f2b451f"><code>0122982</code></a> Apply workaround for
earlyExit</li>
<li><a href="actions/cache@3185ecfd6135856ca6d
904ae032cff4f39b8b365"><code>3185ecf</code></a> Update &quot;only-&quot;
actions to node20</li>
<li><a href="actions/cache@25618a0a675e8447e5f
fc8ed9b7ddb2aaf927f65"><code>25618a0</code></a> Bump version</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=actions/cache&package-manager=github_actions&previous-
version=3&new-version=4)](https://docs.github.com/en/github/managing-
security-vulnerabilities/about-dependabot-security-updates#about-
compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
    
URL: sagemath#37474
Reported by: dependabot[bot]
Reviewer(s):
GSTJ pushed a commit to GSTJ/react-native-magic-modal that referenced this pull request May 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3.3.3` -> `v4.0.2` |
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

###
[`v4.0.2`](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)

[Compare
Source](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)

### [`v4.0.1`](https://togithub.com/actions/cache/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/actions/cache/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;yacaovsnc](https://togithub.com/yacaovsnc) in
[actions/cache#1304
- Update examples by [@&#8203;yacaovsnc](https://togithub.com/yacaovsnc)
in
[actions/cache#1305
- Update actions/cache publish flow by
[@&#8203;bethanyj28](https://togithub.com/bethanyj28) in
[actions/cache#1340
- Update [@&#8203;actions/cache](https://togithub.com/actions/cache) by
[@&#8203;bethanyj28](https://togithub.com/bethanyj28) in
[actions/cache#1341

##### New Contributors

- [@&#8203;yacaovsnc](https://togithub.com/yacaovsnc) made their first
contribution in
[actions/cache#1304

**Full Changelog**: actions/cache@v4...v4.0.1

### [`v4.0.0`](https://togithub.com/actions/cache/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/actions/cache/compare/v3.3.3...v4.0.0)

##### What's Changed

- Update action to node20 by
[@&#8203;takost](https://togithub.com/takost) in
[actions/cache#1284
- feat: save-always flag by [@&#8203;to-s](https://togithub.com/to-s) in
[actions/cache#1242

##### New Contributors

- [@&#8203;takost](https://togithub.com/takost) made their first
contribution in
[actions/cache#1284
- [@&#8203;to-s](https://togithub.com/to-s) made their first
contribution in
[actions/cache#1242

**Full Changelog**: actions/cache@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GSTJ/react-native-magic-modal).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants