Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

This PR contains the following updates:

Package Type Update Change
EndBug/label-sync action patch v2.3.2 -> v2.3.3
actions/checkout action minor v3.2.0 -> v3.6.0
actions/setup-node action minor v3.5.1 -> v3.9.1
actions/upload-artifact action minor v3.1.1 -> v3.2.1
node uses-with pin 16.x -> 16.20.2

Release Notes

EndBug/label-sync (EndBug/label-sync)

v2.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: EndBug/label-sync@v2.3.2...v2.3.3

actions/checkout (actions/checkout)

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)

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
  • Upgrade @​actions/cache to 4.0.3 by @​gowridurgad in #​1270
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

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 #​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:
  • feat: handling the case where "node" is used for tool-versions file. by @​xytis in #​812
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 (#​611) and canary (#​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:

  • Updated minimatch: #​608
  • Fixed extra newline character in version output when reading from a file: #​625
  • Passed the token input through on GHES: #​595
  • Fixed issue with scoped registries are duplicated in npmrc: #​637
actions/upload-artifact (actions/upload-artifact)

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

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

v3.1.2

Compare Source

  • Update all @actions/* NPM packages to their latest versions- #​374
  • Update all dev dependencies to their most recent versions - #​375

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 Jan 5, 2023
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from ef6d0ce to cbcc9de Compare January 6, 2023 17:06
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from cbcc9de to 8c63dca Compare March 16, 2023 19:10
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 8c63dca to c7282b4 Compare March 24, 2023 06:41
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from c7282b4 to c3db120 Compare April 17, 2023 11:56
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from c3db120 to 1c085ec Compare June 9, 2023 15:47
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 1c085ec to 90dcd1d Compare July 5, 2023 16:31
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 2 times, most recently from 00daef3 to cc834af Compare August 17, 2023 14:29
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from cc834af to e1d9ea3 Compare August 24, 2023 15:07
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from e1d9ea3 to e20c2f2 Compare September 6, 2023 21:47
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from e20c2f2 to a8906f8 Compare October 23, 2023 13:56
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from a8906f8 to d161d94 Compare February 13, 2024 19:11
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 2 times, most recently from 998bdf1 to ab428bc Compare September 2, 2024 19:14
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from ab428bc to 8c6fe13 Compare March 11, 2025 17:01
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 8c6fe13 to 9d9a50a Compare April 14, 2025 03:04
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 9d9a50a to 5a5d2ed Compare April 17, 2025 19:51
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.

1 participant