Skip to content

chore(deps): update ci-dependencies (major) #34

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3.2.0 -> v4.2.2
actions/setup-node action major v3.5.1 -> v4.4.0
actions/upload-artifact action major v3.1.1 -> v4.6.2
node uses-with major 16.x -> 22.x

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

What's Changed

Bug fixes:
Enhancement:
Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

Dependency updates

New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed

Documentation changes:

New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed

Bug fixes:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v3.9.1

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.1

v3.9.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.0

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in 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

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:
New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

  • chore(github): remove trailing whitespaces by @​ljmf00 in [https://github.com/actions/upload-artifac

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 if that's undesired.


  • 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 added dependencies This PR updates or changes a dependency file github_actions This PR updates or changes GH Actions uesd in this repo labels Sep 4, 2023
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 4f020ce to 1016175 Compare September 22, 2023 18:30
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 1016175 to 19f07a3 Compare October 17, 2023 17:44
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4 chore(deps): update ci-dependencies to v4 (major) Oct 23, 2023
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 19f07a3 to 23458b6 Compare October 23, 2023 17:19
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 54e26e9 to 9eb6034 Compare December 18, 2023 12:35
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 60311bb to 26e333a Compare January 18, 2024 22:06
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 26e333a to 6eeae54 Compare January 23, 2024 19:31
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 0f4d179 to 68112f2 Compare February 7, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 3 times, most recently from edb4276 to 70cef83 Compare April 25, 2024 13:09
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 70cef83 to dae9f81 Compare May 8, 2024 20:23
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from dae9f81 to d66991b Compare May 16, 2024 21:59
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from d66991b to f8899e8 Compare June 12, 2024 22:29
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from dfed688 to 78b96d3 Compare July 9, 2024 15:55
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from eec37e7 to e1d8a18 Compare August 6, 2024 15:20
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from e1d8a18 to 578ec32 Compare August 30, 2024 18:48
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 50bbb5e to 99259dc Compare September 25, 2024 19:55
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 4 times, most recently from 81b5c53 to cc98b5f Compare October 9, 2024 19:11
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 289909e to 0e8b7ad Compare October 24, 2024 14:08
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 0e8b7ad to d2dec0b Compare December 17, 2024 23:05
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from d2dec0b to 222df95 Compare January 10, 2025 17:50
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 222df95 to 47025d0 Compare January 27, 2025 06:00
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 47025d0 to 1ed5cef Compare February 21, 2025 22:26
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 1ed5cef to 36142f3 Compare March 11, 2025 17:01
@renovate renovate bot changed the title chore(deps): update ci-dependencies to v4 (major) chore(deps): update ci-dependencies (major) Mar 11, 2025
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch 2 times, most recently from 3a9450e to 689e0b6 Compare March 19, 2025 21:50
@renovate renovate bot force-pushed the renovate/major-ci-dependencies branch from 689e0b6 to 21b8755 Compare April 14, 2025 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This PR updates or changes a dependency file github_actions This PR updates or changes GH Actions uesd in this repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants