product-os/flowzone (product-os/flowzone)
### [`v17.4.31`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.31)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.30...v17.4.31)
[`6df07f9`](https://redirect.github.com/product-os/flowzone/commit/6df07f9f) (Update actions/upload-artifact digest to [`5076954`](https://redirect.github.com/product-os/flowzone/commit/5076954), 2024-09-02)
### [`v17.4.30`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.30)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.29...v17.4.30)
#### Update product-os/docusaurus-builder action to v2.1.12
##### Notable changes
- Lock file maintenance \[Self-hosted Renovate Bot]
product-os/docusaurus-builder (product-os/docusaurus-builder)
##### [`v2.1.12`](https://togithub.com/product-os/docusaurus-builder/blob/HEAD/CHANGELOG.md#v2112)
[Compare Source](https://togithub.com/product-os/docusaurus-builder/compare/v2.1.11...v2.1.12)
##### (2024-09-02)
- Lock file maintenance \[Self-hosted Renovate Bot]
##### List of commits
[`a4fca98`](https://redirect.github.com/product-os/flowzone/commit/a4fca98c) (Update product-os/docusaurus-builder action to v2.1.12, 2024-09-02)
### [`v17.4.29`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.29)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.28...v17.4.29)
#### Update actions/upload-artifact action to v4.4.0
##### Notable changes
- Exclude hidden files by default by [@joshmgross](https://togithub.com/joshmgross) in [https://github.com/actions/upload-artifact/pull/598](https://redirect.github.com/actions/upload-artifact/pull/598)
actions/upload-artifact (actions/upload-artifact)
##### [`v4.4.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.4.0)
[Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.6...v4.4.0)
##### Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so.
See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://redirect.github.com/actions/upload-artifact/issues/602) for more details.
##### What's Changed
- Exclude hidden files by default by [@joshmgross](https://togithub.com/joshmgross) in [https://github.com/actions/upload-artifact/pull/598](https://redirect.github.com/actions/upload-artifact/pull/598)
**Full Changelog**: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0
##### List of commits
[`54906f7`](https://redirect.github.com/product-os/flowzone/commit/54906f70) (Update actions/upload-artifact action to v4.4.0, 2024-08-30)
### [`v17.4.28`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.28)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.27...v17.4.28)
#### Update actions/setup-python action to v5.2.0
##### Notable changes
- Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility by [@priyagupta108](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916)
- Add arch to cache key by [@Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896)
- Fix display of emojis in contributors doc by [@sciencewhiz](https://togithub.com/sciencewhiz) in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899)
- Documentation update for caching poetry dependencies by [@gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/908](https://redirect.github.com/actions/setup-python/pull/908)
- Bump [@iarna/toml](https://togithub.com/iarna/toml) version from 2.2.5 to 3.0.0 by [@priya-kinthali](https://togithub.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/912](https://redirect.github.com/actions/setup-python/pull/912)
- Bump pyinstaller from 3.6 to 5.13.1 in /**tests**/data by [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923)
- [@sciencewhiz](https://togithub.com/sciencewhiz) made their first contribution in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899)
- [@priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916)
- [@Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896)
- [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923)
actions/setup-python (actions/setup-python)
##### [`v5.2.0`](https://togithub.com/actions/setup-python/releases/tag/v5.2.0)
[Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.1...v5.2.0)
##### What's Changed
##### Bug fixes:
- Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility by [@priyagupta108](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916)
This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
- Add arch to cache key by [@Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896)
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts
##### Documentation changes:
- Fix display of emojis in contributors doc by [@sciencewhiz](https://togithub.com/sciencewhiz) in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899)
- Documentation update for caching poetry dependencies by [@gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/908](https://redirect.github.com/actions/setup-python/pull/908)
##### Dependency updates:
- Bump [@iarna/toml](https://togithub.com/iarna/toml) version from 2.2.5 to 3.0.0 by [@priya-kinthali](https://togithub.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/912](https://redirect.github.com/actions/setup-python/pull/912)
- Bump pyinstaller from 3.6 to 5.13.1 in /**tests**/data by [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923)
##### New Contributors
- [@sciencewhiz](https://togithub.com/sciencewhiz) made their first contribution in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899)
- [@priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916)
- [@Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896)
- [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923)
**Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.2.0
##### List of commits
[`a701993`](https://redirect.github.com/product-os/flowzone/commit/a7019936) (Update actions/setup-python action to v5.2.0, 2024-08-29)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v17.4.27
->v17.4.31
Release Notes
product-os/flowzone (product-os/flowzone)
### [`v17.4.31`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.31) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.30...v17.4.31) [`6df07f9`](https://redirect.github.com/product-os/flowzone/commit/6df07f9f) (Update actions/upload-artifact digest to [`5076954`](https://redirect.github.com/product-os/flowzone/commit/5076954), 2024-09-02) ### [`v17.4.30`](https://redirect.github.com/product-os/flowzone/releases/tag/v17.4.30) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v17.4.29...v17.4.30) #### Update product-os/docusaurus-builder action to v2.1.12 ##### Notable changes - Lock file maintenance \[Self-hosted Renovate Bot]product-os/docusaurus-builder (product-os/docusaurus-builder)
##### [`v2.1.12`](https://togithub.com/product-os/docusaurus-builder/blob/HEAD/CHANGELOG.md#v2112) [Compare Source](https://togithub.com/product-os/docusaurus-builder/compare/v2.1.11...v2.1.12) ##### (2024-09-02) - Lock file maintenance \[Self-hosted Renovate Bot]actions/upload-artifact (actions/upload-artifact)
##### [`v4.4.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.4.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) ##### Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so. See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://redirect.github.com/actions/upload-artifact/issues/602) for more details. ##### What's Changed - Exclude hidden files by default by [@joshmgross](https://togithub.com/joshmgross) in [https://github.com/actions/upload-artifact/pull/598](https://redirect.github.com/actions/upload-artifact/pull/598) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0actions/setup-python (actions/setup-python)
##### [`v5.2.0`](https://togithub.com/actions/setup-python/releases/tag/v5.2.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.1...v5.2.0) ##### What's Changed ##### Bug fixes: - Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility by [@priyagupta108](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916) This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly. - Add arch to cache key by [@Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896) This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts ##### Documentation changes: - Fix display of emojis in contributors doc by [@sciencewhiz](https://togithub.com/sciencewhiz) in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899) - Documentation update for caching poetry dependencies by [@gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/908](https://redirect.github.com/actions/setup-python/pull/908) ##### Dependency updates: - Bump [@iarna/toml](https://togithub.com/iarna/toml) version from 2.2.5 to 3.0.0 by [@priya-kinthali](https://togithub.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/912](https://redirect.github.com/actions/setup-python/pull/912) - Bump pyinstaller from 3.6 to 5.13.1 in /**tests**/data by [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923) ##### New Contributors - [@sciencewhiz](https://togithub.com/sciencewhiz) made their first contribution in [https://github.com/actions/setup-python/pull/899](https://redirect.github.com/actions/setup-python/pull/899) - [@priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-python/pull/916](https://redirect.github.com/actions/setup-python/pull/916) - [@Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-python/pull/896](https://redirect.github.com/actions/setup-python/pull/896) - [@aparnajyothi-y](https://togithub.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-python/pull/923](https://redirect.github.com/actions/setup-python/pull/923) **Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.2.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.