Skip to content

remove EOL Python versions and Bumps numpy text fixture - #1333

Merged
HarithaVattikuti merged 2 commits into
actions:mainfrom
priya-kinthali:remove-eol-versions
Jul 13, 2026
Merged

remove EOL Python versions and Bumps numpy text fixture#1333
HarithaVattikuti merged 2 commits into
actions:mainfrom
priya-kinthali:remove-eol-versions

Conversation

@priya-kinthali

Copy link
Copy Markdown
Contributor

Description:

  • This PR removes end-of-life (EOL) runtime versions, adds windows-11-arm test support, and refreshes the CI test matrices.
  • Bumps the numpy test fixture 2.2.4 → 2.4.6 (Pipfile / Pipfile.lock)

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@priya-kinthali
priya-kinthali requested a review from a team as a code owner July 10, 2026 12:16
Copilot AI review requested due to automatic review settings July 10, 2026 12:16
@priya-kinthali priya-kinthali self-assigned this Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions CI/e2e workflow matrices to drop EOL runtimes, expand OS coverage (including windows-11-arm), and refreshes the pipenv test fixture by bumping the pinned NumPy version.

Changes:

  • Refresh CI matrices: remove older Python/PyPy/GraalPy entries and add windows-11-arm across multiple workflows.
  • Update CPython/freethreaded version coverage to newer stable/prerelease/dev versions (e.g., 3.14.x / 3.15-dev lines).
  • Bump the pipenv fixture NumPy pin from 2.2.42.4.6 (__tests__/data/Pipfile*).

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
.github/workflows/test-python.yml Refreshes CPython matrices and extends OS coverage to include windows-11-arm.
.github/workflows/test-python-freethreaded.yml Refreshes freethreaded matrices and adds windows-11-arm coverage (notably missing excludes for 3.13 freethreaded on Windows ARM).
.github/workflows/test-pypy.yml Removes older PyPy variants and updates multi-version assertions.
.github/workflows/test-graalpy.yml Updates tested GraalPy versions and check-latest target.
.github/workflows/e2e-tests.yml Updates e2e scenario versions (including 3.14.x) and adapts steps for windows-11-arm.
.github/workflows/e2e-cache.yml Refreshes cache test matrices and OS coverage to include windows-11-arm.
.github/workflows/e2e-cache-freethreaded.yml Refreshes freethreaded cache matrices and adds windows-11-arm with explicit excludes for unsupported combos.
tests/data/Pipfile Updates the pinned NumPy version used by pipenv fixture tests.
tests/data/Pipfile.lock Updates the lockfile to match the bumped NumPy fixture version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-python-freethreaded.yml
Comment thread .github/workflows/test-pypy.yml Outdated
@HarithaVattikuti
HarithaVattikuti merged commit 6849080 into actions:main Jul 13, 2026
1109 checks passed
luketainton pushed a commit to luketainton/actions_gha-workflows that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/85

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_webexmemebot that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/repos/webexmemebot/pulls/602

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_roboluke that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/repos/roboluke/pulls/467

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_pypilot that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/466

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/luke_instant-msg-api that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/luke/instant-msg-api/pulls/272

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_epage that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/repos/epage/pulls/234

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_PwnedPW that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->Reviewed-on: https://git.tainton.uk/repos/PwnedPW/pulls/347

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/6to4_converter that referenced this pull request Jul 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->Reviewed-on: https://git.tainton.uk/repos/6to4_converter/pulls/46

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
ajgon pushed a commit to deedee-ops/schemas that referenced this pull request Jul 20, 2026
….0) (#12)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6.3.0` → `v7.0.0` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Warsaw)

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://git.ajgon.casa/deedee/schemas/pulls/12
fbidu added a commit to fbidu/cookie-py that referenced this pull request Jul 21, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

#### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

#### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: https://git.lx.e6a.app/tools/cookie-py/pulls/96
MateoGreil pushed a commit to MateoGreil/python-comwatt-client that referenced this pull request Jul 24, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0)

[Compare Source](actions/setup-python@v7.0.0...v7.0.0)

##### What's Changed

##### Enhancements

- Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](actions/setup-python#1330)
- Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](actions/setup-python#1338)
- Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](actions/setup-python#1336)

##### Bug Fix

- Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](actions/setup-python#1335)
- Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](actions/setup-python#1332)

##### Dependency Upgrade

- Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](actions/setup-python#1328)
- Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](actions/setup-python#1333)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](actions/setup-python#1337)

##### New Contributors

- [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](actions/setup-python#1335)
- [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](actions/setup-python#1337)

**Full Changelog**: <actions/setup-python@v6...v7.0.0>

### [`v7`](actions/setup-python@v6.3.0...v7.0.0)

[Compare Source](actions/setup-python@v6.3.0...v7.0.0)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI1MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate-bot@git.greil.fr>
Reviewed-on: https://git.greil.fr/mat/python-comwatt-client/pulls/52
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request Jul 26, 2026
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
Release notes

*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*

> v7.0.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Migrate to ESM and upgrade dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1330](https://redirect.github.com/actions/setup-python/pull/1330)
> * Pin SHA commits and update docs with latest versions by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1338](https://redirect.github.com/actions/setup-python/pull/1338)
> * Remove the pip-install input by [`@​gowridurgad`](https://github.com/gowridurgad) in [actions/setup-python#1336](https://redirect.github.com/actions/setup-python/pull/1336)
>
> ### Bug Fix
>
> * Fix to Classify stderr warning messages as warnings instead of errors in annotations by [`@​lmvysakh`](https://github.com/lmvysakh) in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * Validate and retry manifest fetch to prevent silent failures by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1332](https://redirect.github.com/actions/setup-python/pull/1332)
>
> ### Dependency Upgrade
>
> * Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1328](https://redirect.github.com/actions/setup-python/pull/1328)
> * Remove EOL Python versions and Bumps numpy text fixture by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-python#1333](https://redirect.github.com/actions/setup-python/pull/1333)
> * Upgrade `@​actions/cache` to 6.2.0 by [`@​philip-gai`](https://github.com/philip-gai) in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> New Contributors
> ----------------
>
> * [`@​lmvysakh`](https://github.com/lmvysakh) made their first contribution in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * [`@​philip-gai`](https://github.com/philip-gai) made their first contribution in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> **Full Changelog**: <actions/setup-python@v6...v7.0.0>


Commits

* [`5fda3b9`](actions/setup-python@5fda3b9) Pin SHA commits and update docs with latest versions ([#1338](https://redirect.github.com/actions/setup-python/issues/1338))
* [`4ab7e95`](actions/setup-python@4ab7e95) Merge pull request [#1337](https://redirect.github.com/actions/setup-python/issues/1337) from actions/philip-gai/bump-actions-cache-6-2-0
* [`0f3a009`](actions/setup-python@0f3a009) Remove the pip-install input ([#1336](https://redirect.github.com/actions/setup-python/issues/1336))
* [`f8cf429`](actions/setup-python@f8cf429) Migrate to ESM and upgrade dependencies ([#1330](https://redirect.github.com/actions/setup-python/issues/1330))
* [`54baeea`](actions/setup-python@54baeea) Validate and retry manifest fetch to prevent silent failures ([#1332](https://redirect.github.com/actions/setup-python/issues/1332))
* [`c709277`](actions/setup-python@c709277) Annotation code fix ([#1335](https://redirect.github.com/actions/setup-python/issues/1335))
* [`6849080`](actions/setup-python@6849080) remove EOL Python versions and Bumps numpy text fixture ([#1333](https://redirect.github.com/actions/setup-python/issues/1333))
* [`0903b46`](actions/setup-python@0903b46) Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data ([#1328](https://redirect.github.com/actions/setup-python/issues/1328))
* See full diff in [compare view](actions/setup-python@ece7cb0...5fda3b9)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-python&package-manager=github\_actions&previous-version=6.3.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit to ArcadeData/arcadedb-usecases that referenced this pull request Jul 26, 2026
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
Release notes

*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*

> v7.0.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Migrate to ESM and upgrade dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1330](https://redirect.github.com/actions/setup-python/pull/1330)
> * Pin SHA commits and update docs with latest versions by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1338](https://redirect.github.com/actions/setup-python/pull/1338)
> * Remove the pip-install input by [`@​gowridurgad`](https://github.com/gowridurgad) in [actions/setup-python#1336](https://redirect.github.com/actions/setup-python/pull/1336)
>
> ### Bug Fix
>
> * Fix to Classify stderr warning messages as warnings instead of errors in annotations by [`@​lmvysakh`](https://github.com/lmvysakh) in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * Validate and retry manifest fetch to prevent silent failures by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1332](https://redirect.github.com/actions/setup-python/pull/1332)
>
> ### Dependency Upgrade
>
> * Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1328](https://redirect.github.com/actions/setup-python/pull/1328)
> * Remove EOL Python versions and Bumps numpy text fixture by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-python#1333](https://redirect.github.com/actions/setup-python/pull/1333)
> * Upgrade `@​actions/cache` to 6.2.0 by [`@​philip-gai`](https://github.com/philip-gai) in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> New Contributors
> ----------------
>
> * [`@​lmvysakh`](https://github.com/lmvysakh) made their first contribution in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * [`@​philip-gai`](https://github.com/philip-gai) made their first contribution in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> **Full Changelog**: <actions/setup-python@v6...v7.0.0>


Commits

* [`5fda3b9`](actions/setup-python@5fda3b9) Pin SHA commits and update docs with latest versions ([#1338](https://redirect.github.com/actions/setup-python/issues/1338))
* [`4ab7e95`](actions/setup-python@4ab7e95) Merge pull request [#1337](https://redirect.github.com/actions/setup-python/issues/1337) from actions/philip-gai/bump-actions-cache-6-2-0
* [`0f3a009`](actions/setup-python@0f3a009) Remove the pip-install input ([#1336](https://redirect.github.com/actions/setup-python/issues/1336))
* [`f8cf429`](actions/setup-python@f8cf429) Migrate to ESM and upgrade dependencies ([#1330](https://redirect.github.com/actions/setup-python/issues/1330))
* [`54baeea`](actions/setup-python@54baeea) Validate and retry manifest fetch to prevent silent failures ([#1332](https://redirect.github.com/actions/setup-python/issues/1332))
* [`c709277`](actions/setup-python@c709277) Annotation code fix ([#1335](https://redirect.github.com/actions/setup-python/issues/1335))
* [`6849080`](actions/setup-python@6849080) remove EOL Python versions and Bumps numpy text fixture ([#1333](https://redirect.github.com/actions/setup-python/issues/1333))
* [`0903b46`](actions/setup-python@0903b46) Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data ([#1328](https://redirect.github.com/actions/setup-python/issues/1328))
* See full diff in [compare view](actions/setup-python@ece7cb0...5fda3b9)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-python&package-manager=github\_actions&previous-version=6.3.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit to robfrank/linklift that referenced this pull request Jul 27, 2026
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
Release notes

*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*

> v7.0.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Migrate to ESM and upgrade dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1330](https://redirect.github.com/actions/setup-python/pull/1330)
> * Pin SHA commits and update docs with latest versions by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1338](https://redirect.github.com/actions/setup-python/pull/1338)
> * Remove the pip-install input by [`@​gowridurgad`](https://github.com/gowridurgad) in [actions/setup-python#1336](https://redirect.github.com/actions/setup-python/pull/1336)
>
> ### Bug Fix
>
> * Fix to Classify stderr warning messages as warnings instead of errors in annotations by [`@​lmvysakh`](https://github.com/lmvysakh) in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * Validate and retry manifest fetch to prevent silent failures by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1332](https://redirect.github.com/actions/setup-python/pull/1332)
>
> ### Dependency Upgrade
>
> * Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1328](https://redirect.github.com/actions/setup-python/pull/1328)
> * Remove EOL Python versions and Bumps numpy text fixture by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-python#1333](https://redirect.github.com/actions/setup-python/pull/1333)
> * Upgrade `@​actions/cache` to 6.2.0 by [`@​philip-gai`](https://github.com/philip-gai) in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> New Contributors
> ----------------
>
> * [`@​lmvysakh`](https://github.com/lmvysakh) made their first contribution in [actions/setup-python#1335](https://redirect.github.com/actions/setup-python/pull/1335)
> * [`@​philip-gai`](https://github.com/philip-gai) made their first contribution in [actions/setup-python#1337](https://redirect.github.com/actions/setup-python/pull/1337)
>
> **Full Changelog**: <actions/setup-python@v6...v7.0.0>


Commits

* [`5fda3b9`](actions/setup-python@5fda3b9) Pin SHA commits and update docs with latest versions ([#1338](https://redirect.github.com/actions/setup-python/issues/1338))
* [`4ab7e95`](actions/setup-python@4ab7e95) Merge pull request [#1337](https://redirect.github.com/actions/setup-python/issues/1337) from actions/philip-gai/bump-actions-cache-6-2-0
* [`0f3a009`](actions/setup-python@0f3a009) Remove the pip-install input ([#1336](https://redirect.github.com/actions/setup-python/issues/1336))
* [`f8cf429`](actions/setup-python@f8cf429) Migrate to ESM and upgrade dependencies ([#1330](https://redirect.github.com/actions/setup-python/issues/1330))
* [`54baeea`](actions/setup-python@54baeea) Validate and retry manifest fetch to prevent silent failures ([#1332](https://redirect.github.com/actions/setup-python/issues/1332))
* [`c709277`](actions/setup-python@c709277) Annotation code fix ([#1335](https://redirect.github.com/actions/setup-python/issues/1335))
* [`6849080`](actions/setup-python@6849080) remove EOL Python versions and Bumps numpy text fixture ([#1333](https://redirect.github.com/actions/setup-python/issues/1333))
* [`0903b46`](actions/setup-python@0903b46) Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data ([#1328](https://redirect.github.com/actions/setup-python/issues/1328))
* See full diff in [compare view](actions/setup-python@ece7cb0...5fda3b9)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-python&package-manager=github\_actions&previous-version=6.3.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
rljacob added a commit to E3SM-Project/E3SM-Project.github.io that referenced this pull request Jul 27, 2026
Enhancements
- Migrate to ESM and upgrade dependencies by @​priyagupta108 in actions/setup-python#1330
- Pin SHA commits and update docs with latest versions by @​HarithaVattikuti in actions/setup-python#1338
- Remove the pip-install input by @​gowridurgad in actions/setup-python#1336

Bug Fix
- Fix to Classify stderr warning messages as warnings instead of errors in annotations by @​lmvysakh in actions/setup-python#1335
- Validate and retry manifest fetch to prevent silent failures by @​priyagupta108 in actions/setup-python#1332

Dependency Upgrade
- Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data by @​dependabot in actions/setup-python#1328
- Remove EOL Python versions and Bumps numpy text fixture by @​priya-kinthali in actions/setup-python#1333
centosinfra-prod-github-app Bot pushed a commit to ansible-collections/amazon.aws that referenced this pull request Jul 31, 2026
Bumps the github-actions group with 7 updates:



Package
From
To




actions/checkout
4.3.1
7.0.1


actions/setup-python
5.6.0
7.0.0


actions/upload-artifact
4.6.2
7.0.1


ansible-community/ansible-test-gh-action
1.17.0
1.18.0


actions/github-script
7.1.0
9.0.0


dawidd6/action-download-artifact
16
21


SonarSource/sonarqube-scan-action
7.0.0
8.2.1



Updates actions/checkout from 4.3.1 to 7.0.1

Release notes
Sourced from actions/checkout's releases.

v7.0.1
What's Changed

skip running unsafe pr check if input is default by @​aiqiaoy in actions/checkout#2518
trim only ascii whitespace for branch by @​aiqiaoy in actions/checkout#2521
escape values passed to --unset by @​aiqiaoy in actions/checkout#2530
Various dependency updates

Full Changelog: actions/checkout@v7...v7.0.1
v7.0.0
What's Changed

block checking out fork pr for pull_request_target and workflow_run by @​aiqiaoy in actions/checkout#2454
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by @​dependabot[bot] in actions/checkout#2458
Bump flatted from 3.3.1 to 3.4.2 by @​dependabot[bot] in actions/checkout#2460
Bump js-yaml from 4.1.0 to 4.2.0 by @​dependabot[bot] in actions/checkout#2461
Bump @​actions/core and @​actions/tool-cache and Remove uuid by @​dependabot[bot] in actions/checkout#2459
upgrade module to esm and update dependencies by @​aiqiaoy in actions/checkout#2463
Bump the minor-npm-dependencies group across 1 directory with 3 updates by @​dependabot[bot] in actions/checkout#2462
getting ready for checkout v7 release by @​aiqiaoy in actions/checkout#2464
update error wording by @​aiqiaoy in actions/checkout#2467

New Contributors

@​aiqiaoy made their first contribution in actions/checkout#2454

Full Changelog: actions/checkout@v6.0.3...v7.0.0
v6.1.0
What's Changed

[BREAKING] backport allow-unsafe-pr-checkout to v6 by @​aiqiaoy in actions/checkout#2500
backport fixes to releases-v6 by @​aiqiaoy in actions/checkout#2527

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change
Full Changelog: actions/checkout@v6.0.3...v6.1.0
v6.0.3
What's Changed

Update changelog by @​ericsciple in actions/checkout#2357
fix: expand merge commit SHA regex and add SHA-256 test cases by @​yaananth in actions/checkout#2414
Fix checkout init for SHA-256 repositories by @​yaananth in actions/checkout#2439
Update changelog for v6.0.3 by @​yaananth in actions/checkout#2446

New Contributors

@​yaananth made their first contribution in actions/checkout#2414

Full Changelog: actions/checkout@v6...v6.0.3
v6.0.2
What's Changed

Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by @​TingluoHuang in actions/checkout#2355



... (truncated)


Changelog
Sourced from actions/checkout's changelog.

Changelog
v7.0.1

Skip running unsafe pr check if input is default by @​aiqiaoy in actions/checkout#2518
Trim only ascii whitespace for branch by @​aiqiaoy in actions/checkout#2521
Escape values passed to --unset by @​aiqiaoy in actions/checkout#2530
Various dependency updates

v7.0.0

Block checking out fork PR for pull_request_target and workflow_run by @​aiqiaoy in actions/checkout#2454
Various dependency updates

v6.0.3

Fix checkout init for SHA-256 repositories by @​yaananth in actions/checkout#2439
fix: expand merge commit SHA regex and add SHA-256 test cases by @​yaananth in actions/checkout#2414

v6.0.2

Fix tag handling: preserve annotations and explicit fetch-tags by @​ericsciple in actions/checkout#2356

v6.0.1

Add worktree support for persist-credentials includeIf by @​ericsciple in actions/checkout#2327

v6.0.0

Persist creds to a separate file by @​ericsciple in actions/checkout#2286
Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248

v5.0.1

Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301

v5.0.0

Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226

v4.3.1

Port v6 cleanup to v4 by @​ericsciple in actions/checkout#2305

v4.3.0

docs: update README.md by @​motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043
Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044
Update README.md by @​nebuk89 in actions/checkout#2194
Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224
Update package dependencies by @​salmanmkc in actions/checkout#2236

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



... (truncated)


Commits

3d3c42e prep v7.0.1 release (#2531)
2880268 escape values passed to --unset (#2530)
12cd223 trim only ascii whitespace for branch (#2521)
62661c4 skip running unsafe pr check if input is default (#2518)
e8d4307 Bump the minor-actions-dependencies group with 2 updates (#2499)
631c942 eslint 9 (#2474)
4f1f4ae Bump actions/upload-artifact from 4 to 7 (#2476)
ba09753 Bump actions/checkout from 6 to 7 (#2488)
b9e0990 Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)
e8cb398 Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)
Additional commits viewable in compare view



Updates actions/setup-python from 5.6.0 to 7.0.0

Release notes
Sourced from actions/setup-python's releases.

v7.0.0
What's Changed
Enhancements

Migrate to ESM and upgrade dependencies by @​priyagupta108 in actions/setup-python#1330
Pin SHA commits and update docs with latest versions by @​HarithaVattikuti in actions/setup-python#1338
Remove the pip-install input by @​gowridurgad in actions/setup-python#1336

Bug Fix

Fix to Classify stderr warning messages as warnings instead of errors in annotations by @​lmvysakh in actions/setup-python#1335
Validate and retry manifest fetch to prevent silent failures by @​priyagupta108 in actions/setup-python#1332

Dependency Upgrade

Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data by @​dependabot in actions/setup-python#1328
Remove EOL Python versions and Bumps numpy text fixture by @​priya-kinthali in actions/setup-python#1333
Upgrade @​actions/cache to 6.2.0 by @​philip-gai in actions/setup-python#1337

New Contributors

@​lmvysakh made their first contribution in actions/setup-python#1335
@​philip-gai made their first contribution in actions/setup-python#1337

Full Changelog: actions/setup-python@v6...v7.0.0
v6.3.0
What's Changed
Enhancement

Add RHEL support and include Linux distro in cache keys by @​priyagupta108 in actions/setup-python#1323
Fix pip cache error handling on Windows by @​priyagupta108 in actions/setup-python#1040

Dependency update

Upgrade minimatch from 3.1.2 to 3.1.5 by @​dependabot in actions/setup-python#1281
Upgrade actions dependencies by @​gowridurgad with @​Copilot in actions/setup-python#1303
Upgrade @​actions/cache to 5.1.0, log cache write denied by @​jasongin in actions/setup-python#1324
Upgrade dependency versions and test workflow configuration by @​HarithaVattikuti in actions/setup-python#1322

Documentation

Update advanced-usage.md by @​Dunky-Z in actions/setup-python#811

New Contributors

@​gowridurgad with @​Copilot made their first contribution in actions/setup-python#1303
@​jasongin made their first contribution in actions/setup-python#1324
@​Dunky-Z made their first contribution in actions/setup-python#811

Full Changelog: actions/setup-python@v6.2.0...v6.3.0
v6.2.0
What's Changed
Dependency Upgrades

Upgrade dependencies to Node 24 compatible versions by @​salmanmkc in actions/setup-python#1259



... (truncated)


Commits

5fda3b9 Pin SHA commits and update docs with latest versions (#1338)
4ab7e95 Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-0
0f3a009 Remove the pip-install input (#1336)
f8cf429 Migrate to ESM and upgrade dependencies (#1330)
54baeea Validate and retry manifest fetch to prevent silent failures (#1332)
c709277 Annotation code fix (#1335)
6849080 remove EOL Python versions and Bumps numpy text fixture (#1333)
0903b46 Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)
ece7cb0 Fix pip cache error handling on Windows. (#1040)
1d18d7a Update advanced-usage.md (#811)
Additional commits viewable in compare view



Updates actions/upload-artifact from 4.6.2 to 7.0.1

Release notes
Sourced from actions/upload-artifact's releases.

v7.0.1
What's Changed

Update the readme with direct upload details by @​danwkennedy in actions/upload-artifact#795
Readme: bump all the example versions to v7 by @​danwkennedy in actions/upload-artifact#796
Include changes in typespec/ts-http-runtime 0.3.5 by @​yacaovsnc in actions/upload-artifact#797

Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed

Add proxy integration test by @​Link- in actions/upload-artifact#754
Upgrade the module to ESM and bump dependencies by @​danwkennedy in actions/upload-artifact#762
Support direct file uploads by @​danwkennedy in actions/upload-artifact#764

New Contributors

@​Link- made their first contribution in actions/upload-artifact#754

Full Changelog: actions/upload-artifact@v6...v7.0.0
v6.0.0
v6 - What's new

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

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

Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719
fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744
prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v5.0.0
What's Changed


... (truncated)


Commits

043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
634250c Include changes in typespec/ts-http-runtime 0.3.5
e454baa Readme: bump all the example versions to v7 (#796)
74fad66 Update the readme with direct upload details (#795)
bbbca2d Support direct file uploads (#764)
589182c Upgrade the module to ESM and bump dependencies (#762)
47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
02a8460 Add proxy integration test
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
e516bc8 docs: correct description of Node.js 24 support in README
Additional commits viewable in compare view



Updates ansible-community/ansible-test-gh-action from 1.17.0 to 1.18.0

Release notes
Sourced from ansible-community/ansible-test-gh-action's releases.

v1.18.0
What's Changed
Project Changes

Support ansible-core 2.20 and 2.21, bump default ansible-core version to 2.21 by @​felixfontein in ansible-community/ansible-test-gh-action#125

Dependencies

Bump codecov/codecov-action from 4.5.0 to 5.4.3 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#101
Bump actions/checkout from 4 to 5 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#104
Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#105
Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#107
Bump actions/setup-python from 5 to 6 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#108
Bump actions/checkout from 5 to 6 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#110
Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#111
Bump codecov/codecov-action from 5.5.2 to 5.5.3 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#114
Bump codecov/codecov-action from 5.5.3 to 6.0.0 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#115
Bump codecov/codecov-action from 6.0.0 to 6.0.1 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#119
Bump codecov/codecov-action from 6.0.1 to 7.0.0 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#122
Bump actions/checkout from 6 to 7 by @​dependabot[bot] in ansible-community/ansible-test-gh-action#126

Full Changelog: ansible-community/ansible-test-gh-action@v1.17.0...v1.18.0



Commits

6ded727 Merge pull request #126 from ansible-community/dependabot/github_actions/acti...
e0d4c98 Bump actions/checkout from 6 to 7
6c86f3f Merge pull request #125 from felixfontein/ansible-core
48b041f Merge pull request #122 from ansible-community/dependabot/github_actions/code...
3272591 Merge pull request #124 from felixfontein/fix-pre-commit
c0626df Bump default ansible-core to 2.21
7dfd27a Support ansible-core 2.20 and 2.21
c8e46ea Bump pre-commit flake8 additional deps
13e4993 Bump codecov/codecov-action from 6.0.1 to 7.0.0
8b1ac34 Merge pull request #119 from ansible-community/dependabot/github_actions/code...
Additional commits viewable in compare view



Updates actions/github-script from 7.1.0 to 9.0.0

Release notes
Sourced from actions/github-script's releases.

v9.0.0
New features:

getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

Add ACTIONS_ORCHESTRATION_ID to user-agent string by @​Copilot in actions/github-script#695
ci: use deployment: false for integration test environments by @​salmanmkc in actions/github-script#712
feat!: add getOctokit to script context, upgrade @​actions/github v9, @​octokit/core v7, and related packages by @​salmanmkc in actions/github-script#700

New Contributors

@​Copilot made their first contribution in actions/github-script#695

Full Changelog: actions/github-script@v8.0.0...v9.0.0
v8.0.0
What's Changed

Update Node.js version support to 24.x by @​salmanmkc in actions/github-script#637
README for updating actions/github-script from v7 to v8 by @​sneha-krip in actions/github-script#653

⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
New Contributors

@​salmanmkc made their first contribution in actions/github-script#637
@​sneha-krip made their first contribution in actions/github-script#653

Full Changelog: actions/github-script@v7.1.0...v8.0.0



Commits

3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
ca10bbd fix: use @​octokit/core/types import for v7 compatibility
86e48e2 merge: incorporate main branch changes
c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
ff8117e ci: fix user-agent test to handle orchestration ID
81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
c17d55b ci: add getOctokit integration test job
a047196 test: add getOctokit integration tests via callAsyncFunction
Additional commits viewable in compare view



Updates dawidd6/action-download-artifact from 16 to 21

Release notes
Sourced from dawidd6/action-download-artifact's releases.

v21
What's Changed

build(deps): bump @​actions/github from 9.0.0 to 9.1.0 by @​dependabot[bot] in dawidd6/action-download-artifact#396
build(deps): bump filesize from 11.0.15 to 11.0.16 by @​dependabot[bot] in dawidd6/action-download-artifact#399
build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 by @​dependabot[bot] in dawidd6/action-download-artifact#402
build(deps): bump @​actions/github from 9.1.0 to 9.1.1 by @​dependabot[bot] in dawidd6/action-download-artifact#400
build(deps): bump @​actions/core from 3.0.0 to 3.0.1 by @​dependabot[bot] in dawidd6/action-download-artifact#401
build(deps): bump filesize from 11.0.16 to 11.0.17 by @​dependabot[bot] in dawidd6/action-download-artifact#404
Download artifacts in creation order by @​matejdro in dawidd6/action-download-artifact#398
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#405

New Contributors

@​matejdro made their first contribution in dawidd6/action-download-artifact#398

Full Changelog: dawidd6/action-download-artifact@v20...v21
v20
What's Changed

build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by @​dependabot[bot] in dawidd6/action-download-artifact#387
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#388
build(deps): bump filesize from 11.0.13 to 11.0.14 by @​dependabot[bot] in dawidd6/action-download-artifact#389
build(deps): bump brace-expansion by @​dependabot[bot] in dawidd6/action-download-artifact#390
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#391
build(deps): bump filesize from 11.0.14 to 11.0.15 by @​dependabot[bot] in dawidd6/action-download-artifact#392
build(deps): bump adm-zip from 0.5.16 to 0.5.17 by @​dependabot[bot] in dawidd6/action-download-artifact#393
build(deps): bump lodash from 4.17.23 to 4.18.1 by @​dependabot[bot] in dawidd6/action-download-artifact#394
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#395

Full Changelog: dawidd6/action-download-artifact@v19...v20
v19
What's Changed

build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by @​dependabot[bot] in dawidd6/action-download-artifact#385
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#386

Full Changelog: dawidd6/action-download-artifact@v18...v19
v18
What's Changed

build(deps): bump @​actions/artifact from 6.2.0 to 6.2.1 by @​dependabot[bot] in dawidd6/action-download-artifact#381
build(deps): bump undici from 6.23.0 to 6.24.0 by @​dependabot[bot] in dawidd6/action-download-artifact#382
node_modules: update by @​dawidd6 in dawidd6/action-download-artifact#383

Full Changelog: dawidd6/action-download-artifact@v17...v18
v17
What's Changed


... (truncated)


Commits

b6e2e70 node_modules: update (#405)
1708cb3 Download artifacts in creation order (#398)
00b585a build(deps): bump filesize from 11.0.16 to 11.0.17 (#404)
0414c42 build(deps): bump @​actions/core from 3.0.0 to 3.0.1 (#401)
c802aad build(deps): bump @​actions/github from 9.1.0 to 9.1.1 (#400)
ef06691 build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 (#402)
026702e build(deps): bump filesize from 11.0.15 to 11.0.16 (#399)
09d0677 build(deps): bump @​actions/github from 9.0.0 to 9.1.0 (#396)
8305c0f node_modules: update (#395)
542af03 build(deps): bump lodash from 4.17.23 to 4.18.1 (#394)
Additional commits viewable in compare view



Updates SonarSource/sonarqube-scan-action from 7.0.0 to 8.2.1

Release notes
Sourced from SonarSource/sonarqube-scan-action's releases.

v8.2.1
What's Changed
Bug fix

SQSCANGHA-156 GPG signature verification fails when temporary directory path is too long

Full Changelog: SonarSource/sonarqube-scan-action@v8.2.0...v8.2.1
v8.2.0
What's Changed

SQSCANGHA-149 Add scannerBinariesAuthHeader input by @​henryju in SonarSource/sonarqube-scan-action#246
SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support by @​henryju in SonarSource/sonarqube-scan-action#249
SQSCANGHA-84 Remove outdated wget/curl references by @​henryju in SonarSource/sonarqube-scan-action#248
SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4-part version by @​henryju in SonarSource/sonarqube-scan-action#250
SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows by @​henryju in SonarSource/sonarqube-scan-action#251

Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.2.0
v8.1.0
What's Changed

SQSCANGHA-146 Add proxy support for GPG keyserver access by @​henryju in SonarSource/sonarqube-scan-action#244
SQSCANGHA-148 Update SonarScanner CLI to 8.1.0.6389 by @​github-actions[bot] in SonarSource/sonarqube-scan-action#232

Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.1.0
v8.0.0
What's Changed
Breaking change

SQSCANGHA-145 Set skipSignatureVerification default value to false by @​antoine-vinot-sonarsource in SonarSource/sonarqube-scan-action#241

Full Changelog: SonarSource/sonarqube-scan-action@v7...v8.0.0
v7.2.1
What's Changed

SQSCANGHA-140 Set skipSignatureVerification default value to true to avoid breaking change by @​gmmcal in SonarSource/sonarqube-scan-action#240

Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.1
v7.2.0
What's Changed

SQSCANGHA-133 Upgrade the Node version used in UTs + contribution guide by @​claire-villard-sonarsource in SonarSource/sonarqube-scan-action#226
SC-45750 Migrate to dateless license headers by @​claire-villard-sonarsource in SonarSource/sonarqube-scan-action#229
SQSCANGHA-134 Upgrade the libraries to latest version by @​claire-villard-sonarsource in SonarSource/sonarqube-scan-action#227



... (truncated)


Commits

2291811 SQSCANGHA-156 GPG signature verification fails when temporary directory path ...
7cdc154 SQSCANGHA-153 NO-JIRA Bump actions/checkout from 6.0.2 to 7.0.0 (#255)
45f2736 SQSCANGHA-151 Change Code Owners (#254)
7138816 SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows (#251)
3581139 SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4...
c9d327c SQSCANGHA-84 Remove outdated wget/curl references
b243e51 SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support
375c3f5 SQSCANGHA-149 Add scannerBinariesAuthHeader input for authenticated binary do...
9c78323 SQSCANGHA-144 Add gate jobs to QA workflows for branch protection
7006c44 Update SonarScanner CLI to 8.1.0.6389
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore con...

Description has been truncated

Reviewed-by: Mark Chappell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants