Skip to content

chore(deps): update actions/upload-artifact action to v7#45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions
Open

chore(deps): update actions/upload-artifact action to v7#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented Oct 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v4v7

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Between 12:00 AM and 04:59 AM, only on Friday (* 0-4 * * 5)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 8b6f699 to 5e2414e Compare November 10, 2025 20:32
@renovate renovate Bot changed the title chore(deps): update actions/upload-artifact action to v5 chore(deps): update actions/upload-artifact action to v6 Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 5e2414e to 736a0bc Compare December 12, 2025 21:48
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 736a0bc to d738a51 Compare December 31, 2025 17:10
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from d738a51 to 7b997ce Compare February 2, 2026 19:41
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 7b997ce to b53d8c9 Compare February 12, 2026 10:08
@renovate renovate Bot changed the title chore(deps): update actions/upload-artifact action to v6 chore(deps): update actions/upload-artifact action to v7 Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 6dc2f2f to db85a95 Compare March 5, 2026 15:41
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from db85a95 to 45d837b Compare March 26, 2026 18:18
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 2d1938f to ee15fda Compare April 10, 2026 18:10
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from ee15fda to 26ef4ae Compare April 19, 2026 10:06
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 26ef4ae to e212d43 Compare April 29, 2026 09:35
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from e212d43 to 972535d Compare May 12, 2026 11:26
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 972535d to 29c9269 Compare May 22, 2026 16:03
@renovate renovate Bot changed the title chore(deps): update actions/upload-artifact action to v7 chore(deps): update github artifact actions to v7 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 29c9269 to 8d430bd Compare June 11, 2026 16:14
##### [\`v7.0.1\`](https://github.com/actions/upload-artifact/releases/tag/v7.0.1)

#### What's Changed

- Update the readme with direct upload details by [@danwkennedy](https://github.com/danwkennedy) in [#795](actions/upload-artifact#795)
- Readme: bump all the example versions to v7 by [@danwkennedy](https://github.com/danwkennedy) in [#796](actions/upload-artifact#796)
- Include changes in typespec/ts-http-runtime 0.3.5 by [@yacaovsnc](https://github.com/yacaovsnc) in [#797](actions/upload-artifact#797)

**Full Changelog**: <actions/upload-artifact@v7...v7.0.1>

---
##### [\`v7.0.0\`](https://github.com/actions/upload-artifact/releases/tag/v7.0.0)

#### v7 What's new

##### Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

##### ESM

To support new versions of the `@actions/*` packages, we've upgraded the package to ESM.

#### What's Changed

- Add proxy integration test by [@Link-](https://github.com/Link-) in [#754](actions/upload-artifact#754)
- Upgrade the module to ESM and bump dependencies by [@danwkennedy](https://github.com/danwkennedy) in [#762](actions/upload-artifact#762)
- Support direct file uploads by [@danwkennedy](https://github.com/danwkennedy) in [#764](actions/upload-artifact#764)

#### New Contributors

- [@Link-](https://github.com/Link-) made their first contribution in [#754](actions/upload-artifact#754)

**Full Changelog**: <actions/upload-artifact@v6...v7.0.0>

---
##### [\`v7\`](actions/upload-artifact@v6.0.0...v7)


---
##### [\`v6.0.0\`](https://github.com/actions/upload-artifact/releases/tag/v6.0.0)

#### v6 - What's new

> \[!IMPORTANT]
> actions/upload-artifact\@v6 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

##### Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

#### What's Changed

- Upload Artifact Node 24 support by [@salmanmkc](https://github.com/salmanmkc) in [#719](actions/upload-artifact#719)
- fix: update [@actions/artifact](https://github.com/actions/artifact) for Node.js 24 punycode deprecation by [@salmanmkc](https://github.com/salmanmkc) in [#744](actions/upload-artifact#744)
- prepare release v6.0.0 for Node.js 24 support by [@salmanmkc](https://github.com/salmanmkc) in [#745](actions/upload-artifact#745)

**Full Changelog**: <actions/upload-artifact@v5.0.0...v6.0.0>

---
##### [\`v6\`](actions/upload-artifact@v5.0.0...v6.0.0)


---
##### [\`v5.0.0\`](https://github.com/actions/upload-artifact/releases/tag/v5.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.md by [@GhadimiR](https://github.com/GhadimiR) in [#681](actions/upload-artifact#681)
- Update README.md by [@nebuk89](https://github.com/nebuk89) in [#712](actions/upload-artifact#712)
- Readme: spell out the first use of GHES by [@danwkennedy](https://github.com/danwkennedy) in [#727](actions/upload-artifact#727)
- Update GHES guidance to include reference to Node 20 version by [@patrikpolyak](https://github.com/patrikpolyak) in [#725](actions/upload-artifact#725)
- Bump `@actions/artifact` to `v4.0.0`
- Prepare `v5.0.0` by [@danwkennedy](https://github.com/danwkennedy) in [#734](actions/upload-artifact#734)

#### New Contributors

- [@GhadimiR](https://github.com/GhadimiR) made their first contribution in [#681](actions/upload-artifact#681)
- [@nebuk89](https://github.com/nebuk89) made their first contribution in [#712](actions/upload-artifact#712)
- [@danwkennedy](https://github.com/danwkennedy) made their first contribution in [#727](actions/upload-artifact#727)
- [@patrikpolyak](https://github.com/patrikpolyak) made their first contribution in [#725](actions/upload-artifact#725)

**Full Changelog**: <actions/upload-artifact@v4...v5.0.0>

---
##### [\`v5\`](actions/upload-artifact@v4.6.2...v5.0.0)
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 8d430bd to c7c2ac4 Compare June 18, 2026 19:03
@renovate renovate Bot changed the title chore(deps): update github artifact actions to v7 chore(deps): update github artifact actions (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update github artifact actions (major) chore(deps): update actions/upload-artifact action to v7 Jun 25, 2026
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.

0 participants