product-os/flowzone (product-os/flowzone)
### [`v19.0.3`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.3)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.2...v19.0.3)
[`eac20ad`](https://redirect.github.com/product-os/flowzone/commit/eac20ad3) (Release notes require "pull_requests": "read", 2024-11-14)
### [`v19.0.2`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.2)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.1...v19.0.2)
[`37a9f5f`](https://redirect.github.com/product-os/flowzone/commit/37a9f5f0) (Restore missing token when creating git reference, 2024-11-14)
### [`v19.0.1`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.1)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.0...v19.0.1)
[`0c63e93`](https://redirect.github.com/product-os/flowzone/commit/0c63e936) (Migrate config .github/renovate.json, 2024-11-13)
### [`v19.0.0`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.0)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.4...v19.0.0)
[`c99b3da`](https://redirect.github.com/product-os/flowzone/commit/c99b3dad) (Update jobs where write permissions are required by the app, 2024-11-13)
[`acf32e8`](https://redirect.github.com/product-os/flowzone/commit/acf32e82) (Use App Installation tokens where read-only is not sufficient, 2024-11-12)
[`66257b1`](https://redirect.github.com/product-os/flowzone/commit/66257b1f) (Set permissions to "read-only" defaults in the calling workflow, 2024-11-12)
[`1870994`](https://redirect.github.com/product-os/flowzone/commit/18709946) (Use the new variable FLOWZONE_APP_ID for auth, 2024-11-12)
### [`v18.2.4`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.4)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.3...v18.2.4)
#### Update tibdex/github-app-token action to v2.1.0
##### Notable changes
tibdex/github-app-token (tibdex/github-app-token)
##### [`v2.1.0`](https://redirect.github.com/tibdex/github-app-token/releases/tag/v2.1.0)
[Compare Source](https://redirect.github.com/tibdex/github-app-token/compare/v2.0.0...v2.1.0)
Projects willing to keep the token alive after the end of the job can pass `revoke: false` as an input.
##### List of commits
[`62cc0e6`](https://redirect.github.com/product-os/flowzone/commit/62cc0e6f) (Update tibdex/github-app-token action to v2.1.0, 2024-11-13)
### [`v18.2.3`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.3)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.2...v18.2.3)
#### Update softprops/action-gh-release action to v2.1.0
##### Notable changes
- feat: add support for release assets with multiple spaces within the name by [@dukhine](https://redirect.github.com/dukhine) in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
- feat: preserve upload order by [@richarddd](https://redirect.github.com/richarddd) in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)
- chore(deps): bump [@types/node](https://redirect.github.com/types/node) from 22.8.2 to 22.8.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/539](https://redirect.github.com/softprops/action-gh-release/pull/539)
- [@dukhine](https://redirect.github.com/dukhine) made their first contribution in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
- [@richarddd](https://redirect.github.com/richarddd) made their first contribution in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)
softprops/action-gh-release (softprops/action-gh-release)
##### [`v2.1.0`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v2.1.0)
[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.0.9...v2.1.0)
##### What's Changed
##### Exciting New Features 🎉
- feat: add support for release assets with multiple spaces within the name by [@dukhine](https://redirect.github.com/dukhine) in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
- feat: preserve upload order by [@richarddd](https://redirect.github.com/richarddd) in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)
##### Other Changes 🔄
- chore(deps): bump [@types/node](https://redirect.github.com/types/node) from 22.8.2 to 22.8.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/539](https://redirect.github.com/softprops/action-gh-release/pull/539)
##### New Contributors
- [@dukhine](https://redirect.github.com/dukhine) made their first contribution in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518)
- [@richarddd](https://redirect.github.com/richarddd) made their first contribution in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500)
**Full Changelog**: https://github.com/softprops/action-gh-release/compare/v2...v2.1.0
##### List of commits
[`d36e78a`](https://redirect.github.com/product-os/flowzone/commit/d36e78aa) (Update softprops/action-gh-release action to v2.1.0, 2024-11-13)
### [`v18.2.2`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.2)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.1...v18.2.2)
#### Update cloudflare/wrangler-action action to v3.12.1
##### Notable changes
- [#319](https://redirect.github.com/cloudflare/wrangler-action/pull/319) [`59c04629408d58978884fadd18755f1a15f96157`](https://redirect.github.com/cloudflare/wrangler-action/commit/59c04629408d58978884fadd18755f1a15f96157) Thanks [@Maximo-Guk](https://redirect.github.com/Maximo-Guk)! - Fixes [#317](https://redirect.github.com/cloudflare/wrangler-action/issues/317): Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.
cloudflare/wrangler-action (cloudflare/wrangler-action)
##### [`v3.12.1`](https://redirect.github.com/cloudflare/wrangler-action/releases/tag/v3.12.1)
[Compare Source](https://redirect.github.com/cloudflare/wrangler-action/compare/v3.12.0...v3.12.1)
##### Patch Changes
- [#319](https://redirect.github.com/cloudflare/wrangler-action/pull/319) [`59c04629408d58978884fadd18755f1a15f96157`](https://redirect.github.com/cloudflare/wrangler-action/commit/59c04629408d58978884fadd18755f1a15f96157) Thanks [@Maximo-Guk](https://redirect.github.com/Maximo-Guk)! - Fixes [#317](https://redirect.github.com/cloudflare/wrangler-action/issues/317): Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.
##### List of commits
[`76b4fb8`](https://redirect.github.com/product-os/flowzone/commit/76b4fb84) (Update cloudflare/wrangler-action action to v3.12.1, 2024-11-13)
### [`v18.2.1`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.1)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.0...v18.2.1)
#### Update balena-io/deploy-to-balena-action action to v2.0.84
##### Notable changes
- Lock file maintenance \[balena-renovate\[bot]]
- Update dependency balena-io/balena-cli to v20.0.6 \[balena-renovate\[bot]]
- Update dependency balena-sdk to v20 \[balena-renovate\[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
##### [`v2.0.84`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2084---2024-11-12)
[Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.83...v2.0.84)
- Lock file maintenance \[balena-renovate\[bot]]
##### [`v2.0.83`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2083---2024-11-12)
[Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.82...v2.0.83)
- Update dependency balena-io/balena-cli to v20.0.6 \[balena-renovate\[bot]]
##### [`v2.0.82`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2082---2024-11-12)
[Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.81...v2.0.82)
- Update dependency balena-sdk to v20 \[balena-renovate\[bot]]
##### List of commits
[`aa3e1e3`](https://redirect.github.com/product-os/flowzone/commit/aa3e1e32) (Update balena-io/deploy-to-balena-action action to v2.0.84, 2024-11-13)
### [`v18.2.0`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.0)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.1.29...v18.2.0)
[`0286a1c`](https://redirect.github.com/product-os/flowzone/commit/0286a1cc) (Only generate installation tokens when App ID is provided, 2024-11-12)
[`f9d55a4`](https://redirect.github.com/product-os/flowzone/commit/f9d55a43) (Allow Renovate to manage custom test action.yml, 2024-11-12)
### [`v18.1.29`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.1.29)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.1.28...v18.1.29)
[`86c6d2c`](https://redirect.github.com/product-os/flowzone/commit/86c6d2c6) (Revert to automatic github token for website comments, 2024-11-11)
### [`v18.1.28`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.1.28)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.1.27...v18.1.28)
[`1ae2640`](https://redirect.github.com/product-os/flowzone/commit/1ae26401) (Website publish needs contents:read, 2024-11-11)
### [`v18.1.27`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.1.27)
[Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.1.26...v18.1.27)
[`39961e4`](https://redirect.github.com/product-os/flowzone/commit/39961e42) (Require jobs to describe GITHUB_TOKEN permissions explicitly, 2024-11-06)
[`904e96f`](https://redirect.github.com/product-os/flowzone/commit/904e96f8) (Fix website pull request comment to use Flowzone App token, 2024-11-06)
[`44c9c3f`](https://redirect.github.com/product-os/flowzone/commit/44c9c3f4) (Be explicit when using the automatic GITHUB_TOKEN secret, 2024-11-06)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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:
v18.1.26
->v19.0.3
Release Notes
product-os/flowzone (product-os/flowzone)
### [`v19.0.3`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.3) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.2...v19.0.3) [`eac20ad`](https://redirect.github.com/product-os/flowzone/commit/eac20ad3) (Release notes require "pull_requests": "read", 2024-11-14) ### [`v19.0.2`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.2) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.1...v19.0.2) [`37a9f5f`](https://redirect.github.com/product-os/flowzone/commit/37a9f5f0) (Restore missing token when creating git reference, 2024-11-14) ### [`v19.0.1`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.1) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v19.0.0...v19.0.1) [`0c63e93`](https://redirect.github.com/product-os/flowzone/commit/0c63e936) (Migrate config .github/renovate.json, 2024-11-13) ### [`v19.0.0`](https://redirect.github.com/product-os/flowzone/releases/tag/v19.0.0) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.4...v19.0.0) [`c99b3da`](https://redirect.github.com/product-os/flowzone/commit/c99b3dad) (Update jobs where write permissions are required by the app, 2024-11-13) [`acf32e8`](https://redirect.github.com/product-os/flowzone/commit/acf32e82) (Use App Installation tokens where read-only is not sufficient, 2024-11-12) [`66257b1`](https://redirect.github.com/product-os/flowzone/commit/66257b1f) (Set permissions to "read-only" defaults in the calling workflow, 2024-11-12) [`1870994`](https://redirect.github.com/product-os/flowzone/commit/18709946) (Use the new variable FLOWZONE_APP_ID for auth, 2024-11-12) ### [`v18.2.4`](https://redirect.github.com/product-os/flowzone/releases/tag/v18.2.4) [Compare Source](https://redirect.github.com/product-os/flowzone/compare/v18.2.3...v18.2.4) #### Update tibdex/github-app-token action to v2.1.0 ##### Notable changestibdex/github-app-token (tibdex/github-app-token)
##### [`v2.1.0`](https://redirect.github.com/tibdex/github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/tibdex/github-app-token/compare/v2.0.0...v2.1.0) Projects willing to keep the token alive after the end of the job can pass `revoke: false` as an input.softprops/action-gh-release (softprops/action-gh-release)
##### [`v2.1.0`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.0.9...v2.1.0) ##### What's Changed ##### Exciting New Features 🎉 - feat: add support for release assets with multiple spaces within the name by [@dukhine](https://redirect.github.com/dukhine) in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518) - feat: preserve upload order by [@richarddd](https://redirect.github.com/richarddd) in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500) ##### Other Changes 🔄 - chore(deps): bump [@types/node](https://redirect.github.com/types/node) from 22.8.2 to 22.8.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/539](https://redirect.github.com/softprops/action-gh-release/pull/539) ##### New Contributors - [@dukhine](https://redirect.github.com/dukhine) made their first contribution in [https://github.com/softprops/action-gh-release/pull/518](https://redirect.github.com/softprops/action-gh-release/pull/518) - [@richarddd](https://redirect.github.com/richarddd) made their first contribution in [https://github.com/softprops/action-gh-release/pull/500](https://redirect.github.com/softprops/action-gh-release/pull/500) **Full Changelog**: https://github.com/softprops/action-gh-release/compare/v2...v2.1.0cloudflare/wrangler-action (cloudflare/wrangler-action)
##### [`v3.12.1`](https://redirect.github.com/cloudflare/wrangler-action/releases/tag/v3.12.1) [Compare Source](https://redirect.github.com/cloudflare/wrangler-action/compare/v3.12.0...v3.12.1) ##### Patch Changes - [#319](https://redirect.github.com/cloudflare/wrangler-action/pull/319) [`59c04629408d58978884fadd18755f1a15f96157`](https://redirect.github.com/cloudflare/wrangler-action/commit/59c04629408d58978884fadd18755f1a15f96157) Thanks [@Maximo-Guk](https://redirect.github.com/Maximo-Guk)! - Fixes [#317](https://redirect.github.com/cloudflare/wrangler-action/issues/317): Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
##### [`v2.0.84`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2084---2024-11-12) [Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.83...v2.0.84) - Lock file maintenance \[balena-renovate\[bot]] ##### [`v2.0.83`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2083---2024-11-12) [Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.82...v2.0.83) - Update dependency balena-io/balena-cli to v20.0.6 \[balena-renovate\[bot]] ##### [`v2.0.82`](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v2082---2024-11-12) [Compare Source](https://redirect.github.com/balena-io/deploy-to-balena-action/compare/v2.0.81...v2.0.82) - Update dependency balena-sdk to v20 \[balena-renovate\[bot]]Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.