Skip to content

chore(deps): update external major (major)#80

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate-major-external-major
Open

chore(deps): update external major (major)#80
renovate[bot] wants to merge 1 commit intomainfrom
renovate-major-external-major

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 8, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/checkout action major v3v6 age confidence
actions/setup-node action major v3v6 age confidence
chai (source) devDependencies major 4.3.76.2.2 age confidence
node uses-with major 1424 age confidence
sinon (source) devDependencies major 15.0.121.1.2 22.0.0 age confidence
stylelint (source) devDependencies major 15.2.017.8.0 17.11.0 (+3) age confidence
stylelint-config-standard devDependencies major 30.0.140.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

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

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

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

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

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

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

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

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v6

Compare Source

v5

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

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

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
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
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 #​866

Besides, release contains such changes as:

New Contributors

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

v4

Compare Source

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

v3.5.1: Update @​actions/core and Print Node, Npm, Yarn versions

Compare Source

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

v3.5.0: Add support for engines.node and Volta

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. #​485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

v3.4.1: Fix pnpm output and node-version output issues

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path #​545. Moreover we fixed the issue with falling on node-version output #​540.

v3.4.0: Add support for asdf format and update actions/cache version to 3.0.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file #​373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: #​439

v3.3.0: Add support for lts/-n aliases

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 2pm on Monday"
  • 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.

@aem-code-sync
Copy link
Copy Markdown

aem-code-sync Bot commented Apr 8, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

@renovate renovate Bot force-pushed the renovate-major-external-major branch from 409e595 to be88ebc Compare April 24, 2024 02:34
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 24, 2024 02:34 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from be88ebc to ca6aa66 Compare May 2, 2024 20:09
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 2, 2024 20:09 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ca6aa66 to 33abe50 Compare May 8, 2024 06:00
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 8, 2024 06:00 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 33abe50 to 70a1f26 Compare May 9, 2024 20:49
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 70a1f26 to bcc1ae9 Compare May 22, 2024 17:56
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 22, 2024 17:56 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from bcc1ae9 to 7694202 Compare May 26, 2024 05:36
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 26, 2024 05:36 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 7694202 to f44d874 Compare May 29, 2024 08:28
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 29, 2024 08:28 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from f44d874 to e8126d9 Compare June 22, 2024 00:00
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 22, 2024 00:00 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from e8126d9 to ac61a2b Compare July 13, 2024 02:59
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 13, 2024 02:59 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ac61a2b to 73cb6b5 Compare July 30, 2024 05:34
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 30, 2024 05:34 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 73cb6b5 to 52f8d51 Compare July 31, 2024 05:19
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 31, 2024 05:19 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 52f8d51 to 5b222db Compare August 15, 2024 23:45
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major August 15, 2024 23:45 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 5b222db to 9d04b4a Compare August 29, 2024 20:51
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major August 29, 2024 20:51 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 9d04b4a to f2d7f2e Compare September 10, 2024 20:31
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major September 10, 2024 20:31 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from f2d7f2e to bad200b Compare September 13, 2024 05:42
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major September 13, 2024 05:42 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 5019080 to 378179e Compare January 25, 2025 18:27
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major January 25, 2025 18:27 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 378179e to f7c51f7 Compare January 28, 2025 04:08
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major January 28, 2025 04:08 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from f7c51f7 to c1bb946 Compare February 15, 2025 15:38
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major February 15, 2025 15:39 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from c1bb946 to 74229ce Compare March 1, 2025 03:23
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 1, 2025 03:23 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 74229ce to a3ebc24 Compare March 12, 2025 04:15
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 12, 2025 04:15 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from a3ebc24 to ad919da Compare March 14, 2025 19:53
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 14, 2025 19:53 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ad919da to ae91cd4 Compare March 20, 2025 20:15
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 20, 2025 20:15 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ae91cd4 to 4443b71 Compare March 28, 2025 20:07
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 28, 2025 20:07 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 4443b71 to 9cbb76f Compare April 7, 2025 04:19
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 7, 2025 04:19 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 9cbb76f to 99e5458 Compare April 26, 2025 11:48
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 26, 2025 11:48 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 99e5458 to 95dedf6 Compare May 31, 2025 04:08
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 31, 2025 04:08 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 95dedf6 to 16d676b Compare June 15, 2025 03:53
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 15, 2025 03:53 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 16d676b to 3c11b46 Compare June 20, 2025 06:08
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 20, 2025 06:08 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 3c11b46 to e359962 Compare July 12, 2025 15:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 12, 2025 15:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from e359962 to ea6c23b Compare July 26, 2025 12:02
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