Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@danwkennedy
Copy link
Contributor

@danwkennedy danwkennedy commented Oct 24, 2025

Description

Pulls a new version of @actions/artifact. This version has a fix to handle timeouts during download. We're also bumping the supported Node version to 24.

@danwkennedy danwkennedy requested a review from a team as a code owner October 24, 2025 17:58
Copilot AI review requested due to automatic review settings October 24, 2025 17:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares the v6.0.0 release by updating the package version from 4.3.0 to 6.0.0 and upgrading the @actions/artifact dependency from ^2.3.2 to ^4.0.0, representing a major version bump that likely includes breaking changes in the artifact library.

Key changes:

  • Bumped package version to 6.0.0 (major version increase)
  • Updated @actions/artifact dependency from ^2.3.2 to ^4.0.0 (major version increase)
  • Updated license metadata to reflect the new artifact library version

Reviewed Changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Updated package version to 6.0.0 and upgraded @actions/artifact dependency to ^4.0.0
.licenses/npm/@actions/artifact.dep.yml Updated license metadata to reflect artifact library version 4.0.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

yacaovsnc
yacaovsnc previously approved these changes Oct 24, 2025
yacaovsnc
yacaovsnc previously approved these changes Oct 24, 2025
@danwkennedy danwkennedy merged commit 018cc2c into main Oct 24, 2025
11 checks passed
@danwkennedy danwkennedy deleted the danwkennedy/prepare-6.0.0 branch October 24, 2025 18:15
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Oct 26, 2025
… ci]

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0.
Release notes

*Sourced from [actions/download-artifact's releases](https://github.com/actions/download-artifact/releases).*

> v6.0.0
> ------
>
> What's Changed
> --------------
>
> **BREAKING CHANGE:** this update supports Node `v24.x`. This is not a breaking change per-se but we're treating it as such.
>
> * Update README for download-artifact v5 changes by [`@​yacaovsnc`](https://github.com/yacaovsnc) in [actions/download-artifact#417](https://redirect.github.com/actions/download-artifact/pull/417)
> * Update README with artifact extraction details by [`@​yacaovsnc`](https://github.com/yacaovsnc) in [actions/download-artifact#424](https://redirect.github.com/actions/download-artifact/pull/424)
> * Readme: spell out the first use of GHES by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/download-artifact#431](https://redirect.github.com/actions/download-artifact/pull/431)
> * Bump `@actions/artifact` to `v4.0.0`
> * Prepare `v6.0.0` by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/download-artifact#438](https://redirect.github.com/actions/download-artifact/pull/438)
>
> New Contributors
> ----------------
>
> * [`@​danwkennedy`](https://github.com/danwkennedy) made their first contribution in [actions/download-artifact#431](https://redirect.github.com/actions/download-artifact/pull/431)
>
> **Full Changelog**: <actions/download-artifact@v5...v6.0.0>


Commits

* [`018cc2c`](actions/download-artifact@018cc2c) Merge pull request [#438](https://redirect.github.com/actions/download-artifact/issues/438) from actions/danwkennedy/prepare-6.0.0
* [`815651c`](actions/download-artifact@815651c) Revert "Remove `github.dep.yml`"
* [`bb3a066`](actions/download-artifact@bb3a066) Remove `github.dep.yml`
* [`fa1ce46`](actions/download-artifact@fa1ce46) Prepare `v6.0.0`
* [`4a24838`](actions/download-artifact@4a24838) Merge pull request [#431](https://redirect.github.com/actions/download-artifact/issues/431) from danwkennedy/patch-1
* [`5e3251c`](actions/download-artifact@5e3251c) Readme: spell out the first use of GHES
* [`abefc31`](actions/download-artifact@abefc31) Merge pull request [#424](https://redirect.github.com/actions/download-artifact/issues/424) from actions/yacaovsnc/update\_readme
* [`ac43a60`](actions/download-artifact@ac43a60) Update README with artifact extraction details
* [`de96f46`](actions/download-artifact@de96f46) Merge pull request [#417](https://redirect.github.com/actions/download-artifact/issues/417) from actions/yacaovsnc/update\_readme
* [`7993cb4`](actions/download-artifact@7993cb4) Remove migration guide for artifact download changes
* Additional commits viewable in [compare view](actions/download-artifact@634f93c...018cc2c)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/download-artifact&package-manager=github\_actions&previous-version=5.0.0&new-version=6.0.0)](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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
lfit-replication pushed a commit to lfit/releng-gerrit_to_platform that referenced this pull request Oct 29, 2025
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Change-Id: I43334d170868d615e3c9fbbc1ec3b74dd878c49a

---

[//]: # (dependabot-end)

Bumps actions/download-artifact from 5.0.0 to 6.0.0.
## Release notes

Sourced from actions/download-artifact's releases.

v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

Update README for download-artifact v5 changes by @​yacaovsnc in actions/download-artifact#417
Update README with artifact extraction details by @​yacaovsnc in actions/download-artifact#424
Readme: spell out the first use of GHES by @​danwkennedy in actions/download-artifact#431
Bump @actions/artifact to v4.0.0
Prepare v6.0.0 by @​danwkennedy in actions/download-artifact#438

New Contributors

@​danwkennedy made their first contribution in actions/download-artifact#431

Full Changelog: actions/download-artifact@v5...v6.0.0

## Commits

018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
815651c Revert &quot;Remove github.dep.yml&quot;
bb3a066 Remove github.dep.yml
fa1ce46 Prepare v6.0.0
4a24838 Merge pull request #431 from danwkennedy/patch-1
5e3251c Readme: spell out the first use of GHES
abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
ac43a60 Update README with artifact extraction details
de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
7993cb4 Remove migration guide for artifact download changes
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: lfit.gh2gerrit <[email protected]>
Change-Id: Idf31e4daeb8b728eada9bc0f9db8192ddce0c05f
GitHub-PR: #10
GitHub-Hash: 9d9d76c8f9f79d00
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.

3 participants