-
Notifications
You must be signed in to change notification settings - Fork 699
Bump @babel/traverse from 7.9.0 to 7.23.2#743
Merged
dmitry-shibanov merged 4 commits intomainfrom Oct 26, 2023
Merged
Conversation
Contributor
Bumps @babel/traverse from 7.9.0 to 7.23.2.
Release notes
Sourced from @ babel/traverse's releases.
v7.23.2 (2023-10-11)
NOTE: This release also re-publishes
@babel/core, even if it does not appear in the linked release commit.Thanks
@ jimmydieffor your first PR!Bug Fix
babel-traverse
- #16033 Only evaluate own String/Number/Math methods (
@ nicolo-ribaudo)babel-preset-typescript
- #16022 Rewrite
.tsxextension when usingrewriteImportExtensions(@ jimmydief)babel-helpersbabel-helpers,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@ nicolo-ribaudo)Committers: 5
- Babel Bot (
@ babel-bot)- Huang Junliang (
@ JLHwung)- James Diefenderfer (
@ jimmydief)- Nicolo Ribaudo (
@ nicolo-ribaudo)@ liuxingbaoyuv7.23.1 (2023-09-25)
Re-publishing
@babel/helpersdue to a publishing error in 7.23.0.v7.23.0 (2023-09-25)
Thanks
@ lorenzoferreand@ RajShukla1for your first PRs!New Feature
babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-import-source,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import sourcefor wasm (@ nicolo-ribaudo)babel-helper-module-transforms,babel-helpers,babel-plugin-proposal-import-defer,babel-plugin-syntax-import-defer,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
- #15878 Implement
import deferproposal transform support (@ nicolo-ribaudo)babel-generator,babel-parser,babel-types
- #15845 Implement
import deferparsing support (@ nicolo-ribaudo)- #15829 Add parsing support for the "source phase imports" proposal (
@ nicolo-ribaudo)babel-generator,babel-helper-module-transforms,babel-parser,babel-plugin-transform-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-traverse,babel-typesbabel-standalonebabel-helper-function-name,babel-helper-member-expression-to-functions,babel-helpers,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-syntax-optional-chaining-assign,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone,babel-types
- #15751 Add support for optional chain in assignments (
@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (
@ nicolo-ribaudo)babel-traverse,babel-types
- #15893 Add
t.buildUndefinedNode(@ liuxingbaoyu)babel-preset-typescript
... (truncated)
Changelog
Sourced from @ babel/traverse's changelog.
v7.23.2 (2023-10-11)
Bug Fix
babel-traverse
- #16033 Only evaluate own String/Number/Math methods (
@ nicolo-ribaudo)babel-preset-typescript
- #16022 Rewrite
.tsxextension when usingrewriteImportExtensions(@ jimmydief)babel-helpersbabel-helpers,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@ nicolo-ribaudo)v7.23.0 (2023-09-25)
New Feature
babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-import-source,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import sourcefor wasm (@ nicolo-ribaudo)babel-helper-module-transforms,babel-helpers,babel-plugin-proposal-import-defer,babel-plugin-syntax-import-defer,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
- #15878 Implement
import deferproposal transform support (@ nicolo-ribaudo)babel-generator,babel-parser,babel-types
- #15845 Implement
import deferparsing support (@ nicolo-ribaudo)- #15829 Add parsing support for the "source phase imports" proposal (
@ nicolo-ribaudo)babel-generator,babel-helper-module-transforms,babel-parser,babel-plugin-transform-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-traverse,babel-typesbabel-standalonebabel-helper-function-name,babel-helper-member-expression-to-functions,babel-helpers,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-syntax-optional-chaining-assign,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone,babel-types
- #15751 Add support for optional chain in assignments (
@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (
@ nicolo-ribaudo)babel-traverse,babel-types
- #15893 Add
t.buildUndefinedNode(@ liuxingbaoyu)babel-preset-typescript
- #15913 Add
rewriteImportExtensionsoption to TS preset (@ nicolo-ribaudo)babel-parser
- #15896 Allow TS tuples to have both labeled and unlabeled elements (
@ yukukotani)Bug Fix
babel-plugin-transform-block-scoping
- #15962 fix:
transform-block-scopingcaptures the variables of the method in the loop (@ liuxingbaoyu)Polish
babel-traverse
- #15797 Expand evaluation of global built-ins in
@babel/traverse(@ lorenzoferre)babel-plugin-proposal-explicit-resource-management
- #15985 Improve source maps for blocks with
usingdeclarations (@ nicolo-ribaudo)Output optimization
babel-core,babel-helper-module-transforms,babel-plugin-transform-async-to-generator,babel-plugin-transform-classes,babel-plugin-transform-dynamic-import,babel-plugin-transform-function-name,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd,babel-plugin-transform-parameters,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env
- #15984 Inline
exports.XXX =update in simple variable declarations (@ nicolo-ribaudo)v7.22.20 (2023-09-16)
... (truncated)
Commits
b4b9942v7.23.2b13376bOnly evaluate own String/Number/Math methods (#16033)ca58ec1v7.23.00f333daAddcreateImportExpressionsparser option (#15682)3744545Fix lintingc7e6806Addt.buildUndefinedNode(#15893)38ee8b4Expand evaluation of global built-ins in@babel/traverse(#15797)9f3dfd9v7.22.203ed28b2Fully support||and&&inpluginToggleBooleanFlag(#15961)77b0d73v7.22.19- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot showwill show all of the ignore conditions of the specified dependencyignore conditions @dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Oct 17, 2023
MaksimZhukov
approved these changes
Oct 26, 2023
dmitry-shibanov
deleted the
dependabot/npm_and_yarn/babel/traverse-7.23.2
branch
October 26, 2023 11:33
renovate bot
referenced
this pull request
in rpdelaney/downforeveryone
Dec 5, 2023
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |
---
### Release Notes
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### Configuration
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
**Automerge**: Enabled.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |
---
### Release Notes
actions/setup-python (actions/setup-python)
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### Configuration
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
**Automerge**: Enabled.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/downforeveryone).
averikitsch
referenced
this pull request
in GoogleCloudPlatform/cymbal-air-toolbox-demo
Dec 5, 2023
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |
---
### Release Notes
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### 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**: Never, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app).
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | minor | `v4.7.1` -> `v4.8.0` |
---
### Release Notes
actions/setup-python (actions/setup-python)
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### 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**: Never, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app).
rpdelaney
referenced
this pull request
in rpdelaney/uncolor
Dec 9, 2023
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8](https://togithub.com/pycqa/flake8)
([changelog](https://flake8.pycqa.org/en/latest/release-notes/index.html))
| dev-dependencies | major | `5.0.4` -> `6.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
###
[`v4.7.1`](https://togithub.com/actions/setup-python/releases/tag/v4.7.1)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.0...v4.7.1)
#### What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://togithub.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://togithub.com/actions/setup-python/pull/726)
**Full Changelog**:
actions/setup-python@v4...v4.7.1
### [`v6.1.0`](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0)
[Compare
Source](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0)
### [`v6.0.0`](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0)
[Compare
Source](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0)
---
### Configuration
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
**Automerge**: Enabled.
**Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
**Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/uncolor).
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8](https://togithub.com/pycqa/flake8)
([changelog](https://flake8.pycqa.org/en/latest/release-notes/index.html))
| dev-dependencies | major | `5.0.4` -> `6.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
actions/setup-python (actions/setup-python)
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
###
[`v4.7.1`](https://togithub.com/actions/setup-python/releases/tag/v4.7.1)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.0...v4.7.1)
#### What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://togithub.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://togithub.com/actions/setup-python/pull/726)
**Full Changelog**:
actions/setup-python@v4...v4.7.1
pycqa/flake8 (flake8)
### [`v6.1.0`](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0)
[Compare
Source](https://togithub.com/pycqa/flake8/compare/6.0.0...6.1.0)
### [`v6.0.0`](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0)
[Compare
Source](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0)
---
### Configuration
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
**Automerge**: Enabled.
**Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
**Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rpdelaney/uncolor).
petretiandrea
referenced
this pull request
in petretiandrea/home-assistant-tapo-p100
Dec 10, 2023
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.1` -> `v5.0.0` |
---
### Release Notes
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### 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.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/petretiandrea/home-assistant-tapo-p100).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.1` -> `v5.0.0` |
---
### Release Notes
actions/setup-python (actions/setup-python)
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
---
### 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.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/petretiandrea/home-assistant-tapo-p100).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez
referenced
this pull request
in lambchop4prez/network
Apr 7, 2024
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.1.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
###
[`v5.1.0`](https://togithub.com/actions/setup-python/releases/tag/v5.1.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v5.0.0...v5.1.0)
#### What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does
not impose a rate limit and hence facilitates unrestricted consumption
without the need for a token for Github Enterprise Servers by
[@Shegox](https://togithub.com/Shegox) in
[https://github.com/actions/setup-python/pull/766](https://togithub.com/actions/setup-python/pull/766).
- Dependency updates by
[@dependabot](https://togithub.com/dependabot) and
[@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in
[https://github.com/actions/setup-python/pull/817](https://togithub.com/actions/setup-python/pull/817)
- Documentation changes for version in README by
[@basnijholt](https://togithub.com/basnijholt) in
[https://github.com/actions/setup-python/pull/776](https://togithub.com/actions/setup-python/pull/776)
- Documentation changes for link in README by
[@ukd1](https://togithub.com/ukd1) in
[https://github.com/actions/setup-python/pull/793](https://togithub.com/actions/setup-python/pull/793)
- Documentation changes for link in Advanced Usage by
[@Jamim](https://togithub.com/Jamim) in
[https://github.com/actions/setup-python/pull/782](https://togithub.com/actions/setup-python/pull/782)
- Documentation changes for avoiding rate limit issues on GHES by
[@priya-kinthali](https://togithub.com/priya-kinthali) in
[https://github.com/actions/setup-python/pull/835](https://togithub.com/actions/setup-python/pull/835)
#### New Contributors
- [@basnijholt](https://togithub.com/basnijholt) made their first
contribution in
[https://github.com/actions/setup-python/pull/776](https://togithub.com/actions/setup-python/pull/776)
- [@ukd1](https://togithub.com/ukd1) made their first
contribution in
[https://github.com/actions/setup-python/pull/793](https://togithub.com/actions/setup-python/pull/793)
- [@Jamim](https://togithub.com/Jamim) made their first
contribution in
[https://github.com/actions/setup-python/pull/782](https://togithub.com/actions/setup-python/pull/782)
- [@Shegox](https://togithub.com/Shegox) made their first
contribution in
[https://github.com/actions/setup-python/pull/766](https://togithub.com/actions/setup-python/pull/766)
- [@priya-kinthali](https://togithub.com/priya-kinthali) made
their first contribution in
[https://github.com/actions/setup-python/pull/835](https://togithub.com/actions/setup-python/pull/835)
**Full Changelog**:
actions/setup-python@v5.0.0...v5.1.0
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
###
[`v4.7.1`](https://togithub.com/actions/setup-python/releases/tag/v4.7.1)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.0...v4.7.1)
#### What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://togithub.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://togithub.com/actions/setup-python/pull/726)
**Full Changelog**:
actions/setup-python@v4...v4.7.1
---
### 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.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4.7.0` -> `v5.1.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
actions/setup-python (actions/setup-python)
###
[`v5.1.0`](https://togithub.com/actions/setup-python/releases/tag/v5.1.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v5.0.0...v5.1.0)
#### What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does
not impose a rate limit and hence facilitates unrestricted consumption
without the need for a token for Github Enterprise Servers by
[@Shegox](https://togithub.com/Shegox) in
[https://github.com/actions/setup-python/pull/766](https://togithub.com/actions/setup-python/pull/766).
- Dependency updates by
[@dependabot](https://togithub.com/dependabot) and
[@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in
[https://github.com/actions/setup-python/pull/817](https://togithub.com/actions/setup-python/pull/817)
- Documentation changes for version in README by
[@basnijholt](https://togithub.com/basnijholt) in
[https://github.com/actions/setup-python/pull/776](https://togithub.com/actions/setup-python/pull/776)
- Documentation changes for link in README by
[@ukd1](https://togithub.com/ukd1) in
[https://github.com/actions/setup-python/pull/793](https://togithub.com/actions/setup-python/pull/793)
- Documentation changes for link in Advanced Usage by
[@Jamim](https://togithub.com/Jamim) in
[https://github.com/actions/setup-python/pull/782](https://togithub.com/actions/setup-python/pull/782)
- Documentation changes for avoiding rate limit issues on GHES by
[@priya-kinthali](https://togithub.com/priya-kinthali) in
[https://github.com/actions/setup-python/pull/835](https://togithub.com/actions/setup-python/pull/835)
#### New Contributors
- [@basnijholt](https://togithub.com/basnijholt) made their first
contribution in
[https://github.com/actions/setup-python/pull/776](https://togithub.com/actions/setup-python/pull/776)
- [@ukd1](https://togithub.com/ukd1) made their first
contribution in
[https://github.com/actions/setup-python/pull/793](https://togithub.com/actions/setup-python/pull/793)
- [@Jamim](https://togithub.com/Jamim) made their first
contribution in
[https://github.com/actions/setup-python/pull/782](https://togithub.com/actions/setup-python/pull/782)
- [@Shegox](https://togithub.com/Shegox) made their first
contribution in
[https://github.com/actions/setup-python/pull/766](https://togithub.com/actions/setup-python/pull/766)
- [@priya-kinthali](https://togithub.com/priya-kinthali) made
their first contribution in
[https://github.com/actions/setup-python/pull/835](https://togithub.com/actions/setup-python/pull/835)
**Full Changelog**:
actions/setup-python@v5.0.0...v5.1.0
###
[`v5.0.0`](https://togithub.com/actions/setup-python/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.8.0...v5.0.0)
#### What's Changed
In scope of this release, we update node version runtime from node16 to
node20
([https://github.com/actions/setup-python/pull/772](https://togithub.com/actions/setup-python/pull/772)).
Besides, we update dependencies to the latest versions.
**Full Changelog**:
actions/setup-python@v4.8.0...v5.0.0
###
[`v4.8.0`](https://togithub.com/actions/setup-python/releases/tag/v4.8.0)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.1...v4.8.0)
#### What's Changed
In scope of this release we added support for GraalPy
([https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)).
You can use this snippet to set up GraalPy:
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
```
Besides, the release contains such changes as:
- Trim python version when reading from file by
[@FerranPares](https://togithub.com/FerranPares) in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- Use non-deprecated versions in examples by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
- Change deprecation comment to past tense by
[@jeffwidman](https://togithub.com/jeffwidman) in
[https://github.com/actions/setup-python/pull/723](https://togithub.com/actions/setup-python/pull/723)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.9.0 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/743](https://togithub.com/actions/setup-python/pull/743)
- advanced-usage.md: Encourage the use actions/checkout@v4 by
[@cclauss](https://togithub.com/cclauss) in
[https://github.com/actions/setup-python/pull/729](https://togithub.com/actions/setup-python/pull/729)
- Examples now use checkout@v4 by
[@simonw](https://togithub.com/simonw) in
[https://github.com/actions/setup-python/pull/738](https://togithub.com/actions/setup-python/pull/738)
- Update actions/checkout to v4 by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/761](https://togithub.com/actions/setup-python/pull/761)
#### New Contributors
- [@FerranPares](https://togithub.com/FerranPares) made their
first contribution in
[https://github.com/actions/setup-python/pull/628](https://togithub.com/actions/setup-python/pull/628)
- [@timfel](https://togithub.com/timfel) made their first
contribution in
[https://github.com/actions/setup-python/pull/694](https://togithub.com/actions/setup-python/pull/694)
- [@jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[https://github.com/actions/setup-python/pull/724](https://togithub.com/actions/setup-python/pull/724)
**Full Changelog**:
actions/setup-python@v4...v4.8.0
###
[`v4.7.1`](https://togithub.com/actions/setup-python/releases/tag/v4.7.1)
[Compare
Source](https://togithub.com/actions/setup-python/compare/v4.7.0...v4.7.1)
#### What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/setup-python/pull/702](https://togithub.com/actions/setup-python/pull/702)
- Add range validation for toml files by
[@dmitry-shibanov](https://togithub.com/dmitry-shibanov) in
[https://github.com/actions/setup-python/pull/726](https://togithub.com/actions/setup-python/pull/726)
**Full Changelog**:
actions/setup-python@v4...v4.7.1
---
### 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.
**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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).
otc-zuul bot
pushed a commit
to opentelekomcloud-infra/system-config
that referenced
this pull request
May 19, 2025
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Reviewed-by: Vladimir Vshivkov
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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
@dependabot ignore
@dependabot ignore
@dependabot ignore
@dependabot unignore
@dependabot unignore
Reviewed-by: Vladimir Vshivkov
vladimirvshivkov
pushed a commit
to opentelekomcloud-infra/system-config
that referenced
this pull request
May 21, 2025
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Reviewed-by: Vladimir Vshivkov
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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
@dependabot ignore
@dependabot ignore
@dependabot ignore
@dependabot unignore
@dependabot unignore
Reviewed-by: Vladimir Vshivkov
vladimirvshivkov
added a commit
to opentelekomcloud-infra/system-config
that referenced
this pull request
May 21, 2025
....yaml
adding users to base (#1248)
adding users to base
Reviewed-by: Vladimir Vshivkov
Addition of docker check of dependabot for system-config repository on daily bases (#1255)
1254 - Addition of docker check of dependabot for system-config repository
Addapted dependabot.yaml for docker check on daily bases
closes #1254
Reviewed-by: Vladimir Vshivkov
chore: update helm chart dependencies (#1257)
Update helm chart dependencies
Helm Chart Dependencies Updates
victoria-metrics-cluster (victoria-metrics-cluster)
victoria-metrics-cluster: 0.21.0 - 0.22.1
kube-prometheus-stack (kube-prometheus-stack)
kube-prometheus-stack: 72.3.0 - 72.5.0
victoria-metrics-auth (victoria-metrics-auth)
victoria-metrics-auth: 0.13.0 - 0.14.1
Automatically created PR for helm chart dependencies updates. Please check before merge!
Reviewed-by: Vladimir Vshivkov
Enhance dependabot configuration to include GitHub Actions and update scheduling for Helm and Docker. Added daily checks at 09:00 for all specified ecosystems. (#1258)
Enhance dependabot configuration to include GitHub Actions
and update scheduling for Helm and Docker.
Added daily checks at 09:00 for all specified ecosystems.
Reviewed-by: Vladimir Hasko
Bump the all-actions group with 4 updates (#1260)
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
[4.2.0] - 2024-04-15
[4.1.0] - 2024-03-01
[4.0.0] - 2024-02-12
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Reviewed-by: Vladimir Vshivkov
adding users to base (#1248)
adding users to base
Reviewed-by: Vladimir Vshivkov
Addition of docker check of dependabot for system-config repository on daily bases (#1255)
1254 - Addition of docker check of dependabot for system-config repository
Addapted dependabot.yaml for docker check on daily bases
closes #1254
Reviewed-by: Vladimir Vshivkov
chore: update helm chart dependencies (#1257)
Update helm chart dependencies
Helm Chart Dependencies Updates
victoria-metrics-cluster (victoria-metrics-cluster)
victoria-metrics-cluster: 0.21.0 - 0.22.1
kube-prometheus-stack (kube-prometheus-stack)
kube-prometheus-stack: 72.3.0 - 72.5.0
victoria-metrics-auth (victoria-metrics-auth)
victoria-metrics-auth: 0.13.0 - 0.14.1
Automatically created PR for helm chart dependencies updates. Please check before merge!
Reviewed-by: Vladimir Vshivkov
Enhance dependabot configuration to include GitHub Actions and update scheduling for Helm and Docker. Added daily checks at 09:00 for all specified ecosystems. (#1258)
Enhance dependabot configuration to include GitHub Actions
and update scheduling for Helm and Docker.
Added daily checks at 09:00 for all specified ecosystems.
Reviewed-by: Vladimir Hasko
Bump the all-actions group with 4 updates (#1260)
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
[4.2.0] - 2024-04-15
[4.1.0] - 2024-03-01
[4.0.0] - 2024-02-12
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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
@dependabot ignore
@dependabot ignore
@dependabot ignore
@dependabot unignore
@dependabot unignore
Reviewed-by: Vladimir Vshivkov
LukasCuperDT
pushed a commit
to opentelekomcloud-infra/system-config
that referenced
this pull request
Aug 19, 2025
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Reviewed-by: Vladimir Vshivkov
Bumps the all-actions group with 4 updates: actions/checkout, azure/setup-helm, actions/setup-python and peter-evans/create-pull-request.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
Update default runtime to node20 by @ takost in actions/checkout#1436
Support fetching without the --progress option by @ simonbaird in actions/checkout#1067
Release 4.0.0 by @ takost in actions/checkout#1447
New Contributors
@ takost made their first contribution in actions/checkout#1436
@ simonbaird made their first contribution in actions/checkout#1067
Full Changelog: actions/checkout@v3...v4.0.0
v3.6.0
What's Changed
Mark test scripts with Bash'isms to be run via Bash by @ dscho in actions/checkout#1377
Add option to fetch tags even if fetch-depth > 0 by @ RobertWieczoreck in actions/checkout#579
Release 3.6.0 by @ luketomlinson in actions/checkout#1437
New Contributors
@ RobertWieczoreck made their first contribution in actions/checkout#579
@ luketomlinson made their first contribution in actions/checkout#1437
Full Changelog: actions/checkout@v3.5.3...v3.6.0
v3.5.3
What's Changed
Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by @ megamanics in actions/checkout#1196
Fix typos found by codespell by @ DimitriPapadopoulos in actions/checkout#1287
Add support for sparse checkouts by @ dscho and @ dfdez in actions/checkout#1369
Release v3.5.3 by @ TingluoHuang in actions/checkout#1376
New Contributors
@ megamanics made their first contribution in actions/checkout#1196
@ DimitriPapadopoulos made their first contribution in actions/checkout#1287
@ dfdez made their first contribution in actions/checkout#1369
Full Changelog: actions/checkout@v3...v3.5.3
v3.5.2
What's Changed
Fix: Use correct API url / endpoint in GHES by @ fhammerl in actions/checkout#1289 based on #1286 by @ 1newsr
Full Changelog: actions/checkout@v3.5.1...v3.5.2
v3.5.1
What's Changed
Improve checkout performance on Windows runners by upgrading @ actions/github dependency by @ BrettDong in actions/checkout#1246
New Contributors
@ BrettDong made their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts now leverages well-known environment variables by @ jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @ jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @ orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @ lucacome in actions/checkout#1180
Dependency updates by @ dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @ dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @ dependabot in actions/checkout#1697
Check out other refs/* by commit by @ orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @ jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @ cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @ cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @ dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @ dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @ dependabot in actions/checkout#1695
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @ cory-miller in actions/checkout#1707
v4.1.4
Disable extensions.worktreeConfig when disabling sparse-checkout by @ jww3 in actions/checkout#1692
Add dependabot config by @ cory-miller in actions/checkout#1688
Bump the minor-actions-dependencies group with 2 updates by @ dependabot in actions/checkout#1693
Bump word-wrap from 1.2.3 to 1.2.5 by @ dependabot in actions/checkout#1643
v4.1.3
Check git version before attempting to disable sparse-checkout by @ jww3 in actions/checkout#1656
Add SSH user parameter by @ cory-miller in actions/checkout#1685
Update actions/checkout version in update-main-version.yml by @ jww3 in actions/checkout#1650
v4.1.2
Fix: Disable sparse checkout whenever sparse-checkout option is not present @ dscho in actions/checkout#1598
v4.1.1
Correct link to GitHub Docs by @ peterbe in actions/checkout#1511
Link to release page from what's new section by @ cory-miller in actions/checkout#1514
v4.1.0
Add support for partial checkout filters
... (truncated)
Commits
11bd719 Prepare 4.2.2 Release (#1953)
e3d2460 Expand unit test coverage (#1946)
163217d url-helper.ts now leverages well-known environment variables. (#1941)
eef6144 Prepare 4.2.1 release (#1925)
6b42224 Add workflow file for publishing releases to immutable action package (#1919)
de5a000 Check out other refs/* by commit if provided, fall back to ref (#1924)
d632683 Prepare 4.2.0 release (#1878)
6d193bf Bump braces from 3.0.2 to 3.0.3 (#1777)
db0cee9 Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)
b684943 Add Ref and Commit outputs (#1180)
Additional commits viewable in compare view
Updates azure/setup-helm from 3 to 4
Release notes
Sourced from azure/setup-helm's releases.
v4.0.0
#121 update to node20 as node16 is deprecated
v3.5 release
Bump @ actions/core version to remove output warning.
v3.4 release
Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.
v3.3 release
Add token input. Needed for fetching latest
v3.1 release
Swap to GraphQL GitHub API
Changelog
Sourced from azure/setup-helm's changelog.
Change Log
[4.3.0] - 2025-02-15
#152 feat: log when restoring from cache
#157 Dependencies Update
#137 Add dependabot
[4.2.0] - 2024-04-15
#124 Fix OS detection and download OS-native archive extension
[4.1.0] - 2024-03-01
#130 switches to use Helm published file to read latest version instead of using GitHub releases
[4.0.0] - 2024-02-12
#121 update to node20 as node16 is deprecated
Commits
b9e5190 build
0e8654b Release setup-helm version 4.3.0 (#162)
b48e1df feat: log when restoring from cache (#152)
855ae7a Bump the actions group across 1 directory with 3 updates (#159)
124c6d8 Dependencies Update (#157)
048f4e7 Bump the actions group across 1 directory with 2 updates (#151)
8618769 Bump the actions group across 1 directory with 4 updates (#149)
4eb898e Bump the actions group across 1 directory with 2 updates (#145)
7a2001c Bump the actions group across 1 directory with 2 updates (#143)
e90c86c Bump the actions group across 1 directory with 9 updates (#141)
Additional commits viewable in compare view
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.9.1
What's Changed
Add workflow file for publishing releases to immutable action package by @ aparnajyothi-y in actions/setup-python#1084
Full Changelog: actions/setup-python@v4...v4.9.1
v4.9.0
What's Changed
Upgrade actions/cache to 4.0.3 by @ priya-kinthali in actions/setup-python#1073
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-python@v4.8.0...v4.9.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
Trim python version when reading from file by @ FerranPares in actions/setup-python#628
Use non-deprecated versions in examples by @ jeffwidman in actions/setup-python#724
Change deprecation comment to past tense by @ jeffwidman in actions/setup-python#723
Bump @ babel/traverse from 7.9.0 to 7.23.2 by @ dependabot in actions/setup-python#743
advanced-usage.md: Encourage the use actions/checkout@v4 by @ cclauss in actions/setup-python#729
Examples now use checkout@v4 by @ simonw in actions/setup-python#738
Update actions/checkout to v4 by @ dmitry-shibanov in actions/setup-python#761
New Contributors
@ FerranPares made their first contribution in actions/setup-python#628
@ timfel made their first contribution in actions/setup-python#694
@ jeffwidman made their first contribution in actions/setup-python#724
Full Changelog: actions/setup-python@v4...v4.8.0
... (truncated)
Commits
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
5d95bc1 Bump semver and @ types/semver (#1091)
6ed2c67 Fix for Candidate Not Iterable Error (#1082)
e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
8d9ed9a Add e2e Testing for free threaded and Bump @ action/cache from 4.0.0 to 4.0.3 ...
19e4675 Add support for .tool-versions file in setup-python (#1043)
6fd11e1 Bump @ actions/glob from 0.4.0 to 0.5.0 (#1015)
9e62be8 Support free threaded Python versions like '3.13t' (#973)
6ca8e85 Bump @ vercel/ncc from 0.38.1 to 0.38.3 (#1016)
Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 5 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
Now supports commit signing with bot-generated tokens! See "What's new" below.
Behaviour changes
Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
The pull-request-operation output now returns none when no operation was executed.
Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
build(deps-dev): bump @ types/node from 18.19.36 to 18.19.39 by @ dependabot in peter-evans/create-pull-request#3000
build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @ dependabot in peter-evans/create-pull-request#3008
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @ dependabot in peter-evans/create-pull-request#3018
build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @ dependabot in peter-evans/create-pull-request#3019
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @ dependabot in peter-evans/create-pull-request#3035
build(deps-dev): bump @ types/node from 18.19.39 to 18.19.41 by @ dependabot in peter-evans/create-pull-request#3037
build(deps): bump undici from 6.19.2 to 6.19.4 by @ dependabot in peter-evans/create-pull-request#3036
build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @ dependabot in peter-evans/create-pull-request#3038
build(deps-dev): bump @ types/node from 18.19.41 to 18.19.42 by @ dependabot in peter-evans/create-pull-request#3070
build(deps): bump undici from 6.19.4 to 6.19.5 by @ dependabot in peter-evans/create-pull-request#3086
build(deps-dev): bump @ types/node from 18.19.42 to 18.19.43 by @ dependabot in peter-evans/create-pull-request#3087
build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @ dependabot in peter-evans/create-pull-request#3088
build(deps): bump undici from 6.19.5 to 6.19.7 by @ dependabot in peter-evans/create-pull-request#3145
build(deps-dev): bump @ types/node from 18.19.43 to 18.19.44 by @ dependabot in peter-evans/create-pull-request#3144
Update distribution by @ actions-bot in peter-evans/create-pull-request#3154
build(deps): bump undici from 6.19.7 to 6.19.8 by @ dependabot in peter-evans/create-pull-request#3213
build(deps-dev): bump @ types/node from 18.19.44 to 18.19.45 by @ dependabot in peter-evans/create-pull-request#3214
Update distribution by @ actions-bot in peter-evans/create-pull-request#3221
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @ dependabot in peter-evans/create-pull-request#3255
build(deps-dev): bump @ types/node from 18.19.45 to 18.19.46 by @ dependabot in peter-evans/create-pull-request#3254
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @ dependabot in peter-evans/create-pull-request#3256
v7 - signed commits by @ peter-evans in peter-evans/create-pull-request#3057
New Contributors
@ rustycl0ck made their first contribution in peter-evans/create-pull-request#3057
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Create Pull Request v6.1.0
Adds pull-request-branch as an action output.
What's Changed
... (truncated)
Commits
271a8d0 fix: suppress output for some git operations (#3776)
6f7efd1 test: update cpr-example-command
13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
63e5829 build(deps): bump @ octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
367180c ci: remove testv5 cmd
25575a1 build: update distribution (#3736)
a56e7a5 build(deps): bump @ octokit/core from 6.1.3 to 6.1.4 (#3711)
Additional commits viewable in compare view
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 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
@dependabot ignore
@dependabot ignore
@dependabot ignore
@dependabot unignore
@dependabot unignore
Reviewed-by: Vladimir Vshivkov
tdfacer
pushed a commit
to ifit/setup-python
that referenced
this pull request
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.