OpenVPN / openvpn-build

OpenVPN Build
325 stars 239 forks source link

chore(deps): update github actions (master) #534

Closed openvpn-inc-ci closed 2 months ago

openvpn-inc-ci commented 9 months ago

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.1 -> v4.1.7
actions/checkout action patch v4.1.6 -> v4.1.7
lukka/get-cmake action minor v3.29.5 -> v3.30.0
renovatebot/github-action action minor v40.1.1 -> v40.2.0

Release Notes

actions/checkout (actions/checkout) ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) ### [`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732) ### [`v4.1.5`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5) - Update NPM dependencies by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@​users.noreply.github.com` by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707) ### [`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692) - Add dependabot config by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v413) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3) - Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656) - Add SSH user parameter by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685) - Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650) ### [`v4.1.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@​dscho](https://togithub.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://togithub.com/actions/checkout/pull/1598)
lukka/get-cmake (lukka/get-cmake) ### [`v3.30.0`](https://togithub.com/lukka/get-cmake/releases/tag/v3.30.0): CMake v3.30.0 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.29.6...v3.30.0) The `get-cmake` action downloads and caches CMake and Ninja on your workflows. Versions can be specified using [semantic versioning ranges](https://docs.npmjs.com/about-semantic-versioning) using [`cmakeVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L13) and [`ninjaVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L16) inputs. Changes: - `latest` is now using CMake version `v3.30.0`, use this one-liner e.g.: `uses: lukka/get-cmake@latest` Enjoy! ### [`v3.29.6`](https://togithub.com/lukka/get-cmake/releases/tag/v3.29.6): CMake v3.29.6 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.29.5...v3.29.6) The `get-cmake` action downloads and caches CMake and Ninja on your workflows. Versions can be specified using [semantic versioning ranges](https://docs.npmjs.com/about-semantic-versioning) using [`cmakeVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L13) and [`ninjaVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L16) inputs. Changes: - `latest` is now using CMake version `v3.29.6`, use this one-liner e.g.: `uses: lukka/get-cmake@latest` Enjoy!
renovatebot/github-action (renovatebot/github-action) ### [`v40.2.0`](https://togithub.com/renovatebot/github-action/releases/tag/v40.2.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.12...v40.2.0) ##### Features - Add `docker-network` input param ([#​853](https://togithub.com/renovatebot/github-action/issues/853)) ([c928c7f](https://togithub.com/renovatebot/github-action/commit/c928c7fe822ee5d2cc982be0629e7edd753062d0)) ##### Documentation - update references to actions/checkout to v4.1.7 ([4ff182b](https://togithub.com/renovatebot/github-action/commit/4ff182b83a0d598aced93aaef002844ff580dfb6)) - update references to ghcr.io/renovatebot/renovate to v37.399.10 ([d9f7b19](https://togithub.com/renovatebot/github-action/commit/d9f7b19cb18ea286e7368cfdfb3aa1300a08b7db)) - update references to ghcr.io/renovatebot/renovate to v37.409.1 ([b1a2cdc](https://togithub.com/renovatebot/github-action/commit/b1a2cdc9ba49694ecce0ad948a8291ad5098d532)) - update references to ghcr.io/renovatebot/renovate to v37.414.1 ([ed5f0a1](https://togithub.com/renovatebot/github-action/commit/ed5f0a13528de22e3361c4cc055a278250c390ee)) - update references to ghcr.io/renovatebot/renovate to v37.421.3 ([9f6242a](https://togithub.com/renovatebot/github-action/commit/9f6242aff8cf4e1a1cb777841969481269e9cfba)) - update references to renovatebot/github-action to v40.1.12 ([1d7e888](https://togithub.com/renovatebot/github-action/commit/1d7e88866f2f7927c23b266ec76b4c9000d45dd4)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v19 (major) ([#​844](https://togithub.com/renovatebot/github-action/issues/844)) ([34e6b8d](https://togithub.com/renovatebot/github-action/commit/34e6b8d22e28e17e0fea173cbaff3edbc2cda190)) - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v10.0.6 ([847b012](https://togithub.com/renovatebot/github-action/commit/847b0122258a184193fabaa8598461670015887a)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.13 ([1e8ce71](https://togithub.com/renovatebot/github-action/commit/1e8ce718895d96f1128d4c86c5368dec008fa47f)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.13.0 ([359b038](https://togithub.com/renovatebot/github-action/commit/359b0383779f3a442dd518f46824eb0c4c6b43a5)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.0 ([6cc1def](https://togithub.com/renovatebot/github-action/commit/6cc1defe7c3386b79d390abf2ad737a44524d0f1)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.1 ([d9cd851](https://togithub.com/renovatebot/github-action/commit/d9cd851a8f3d7a07c00e7232a3ca60ebde39fcf5)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.2 ([c7042bf](https://togithub.com/renovatebot/github-action/commit/c7042bf99e95715f74bf49b82a0a26f4b1741093)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.4 ([49567cf](https://togithub.com/renovatebot/github-action/commit/49567cfae756cfcb5f26450302ba4c465c94bb05)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.5 ([f3cb0cb](https://togithub.com/renovatebot/github-action/commit/f3cb0cbc6f282c0b856b61bee314a41ab5859ae9)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.6 ([9d5ef66](https://togithub.com/renovatebot/github-action/commit/9d5ef6649f857b1eee5135bc6ac5110312f65000)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.7 ([26228c5](https://togithub.com/renovatebot/github-action/commit/26228c536969c8b2143bc67581647edccfbff096)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.14.8 ([bbad4ca](https://togithub.com/renovatebot/github-action/commit/bbad4ca496aa2995eac982e0ea7902f076ae43ac)) - **deps:** update dependency conventional-changelog-conventionalcommits to v8 ([#​845](https://togithub.com/renovatebot/github-action/issues/845)) ([baa196d](https://togithub.com/renovatebot/github-action/commit/baa196d89e153b5e8499f2bd52703a68e9d9119f)) - **deps:** update dependency lint-staged to v15.2.6 ([86e740b](https://togithub.com/renovatebot/github-action/commit/86e740bce75af8d42aa36b7f585d9d9fd32ada8f)) - **deps:** update dependency lint-staged to v15.2.7 ([f3a7571](https://togithub.com/renovatebot/github-action/commit/f3a7571983a77f92e0b07e1cadab7ce8566efb7e)) - **deps:** update dependency prettier to v3.3.0 ([9677d0a](https://togithub.com/renovatebot/github-action/commit/9677d0af3024334b573048d02d882fc62bf82599)) - **deps:** update dependency prettier to v3.3.1 ([0559cdb](https://togithub.com/renovatebot/github-action/commit/0559cdbf2aef339a2d5d2f6c753d563ed1dfc44a)) - **deps:** update dependency prettier to v3.3.2 ([a78922f](https://togithub.com/renovatebot/github-action/commit/a78922fdb18e5e9a2ae915d0e8885b7ef121f982)) - **deps:** update dependency semantic-release to v24 ([#​854](https://togithub.com/renovatebot/github-action/issues/854)) ([38db792](https://togithub.com/renovatebot/github-action/commit/38db79277cb1d644a018af98adb8b8506b5ab333)) - **deps:** update pnpm to v9 ([#​847](https://togithub.com/renovatebot/github-action/issues/847)) ([642ac77](https://togithub.com/renovatebot/github-action/commit/642ac7721c6fefbf8556de8cdbeca4fb2ac550db)) - **deps:** update pnpm to v9.1.4 ([6ecec78](https://togithub.com/renovatebot/github-action/commit/6ecec78fb0c86eae8e8fb3d9b5dfe51b6e9b2275)) - **deps:** update pnpm to v9.2.0 ([749814c](https://togithub.com/renovatebot/github-action/commit/749814c4b1bc2b1bc715d4b53121ff30f97641d2)) - **deps:** update pnpm to v9.3.0 ([1c2bc6d](https://togithub.com/renovatebot/github-action/commit/1c2bc6d7d6051897b787d8888a327778d131d09c)) - **deps:** update pnpm to v9.4.0 ([4e8557f](https://togithub.com/renovatebot/github-action/commit/4e8557fc875d914f5e14610880a7cc78b5baaa80)) - **deps:** update semantic-release monorepo (major) ([#​848](https://togithub.com/renovatebot/github-action/issues/848)) ([bfe0ea9](https://togithub.com/renovatebot/github-action/commit/bfe0ea93f180e1ae845b6485d33f172dd9da9b63)) ##### Build System - **deps:** lock file maintenance ([f9e5140](https://togithub.com/renovatebot/github-action/commit/f9e5140430b6c45398ce9dc0e5aff6f5b3919e79)) - **deps:** lock file maintenance ([859f2d0](https://togithub.com/renovatebot/github-action/commit/859f2d0e820d171efb6441fe80746fe75a3bcc66)) - **deps:** lock file maintenance ([f0aa6a9](https://togithub.com/renovatebot/github-action/commit/f0aa6a9a386d4f95848da82db64e8c457bea7ef9)) - **deps:** update dependency typescript to v5.5.2 ([eeae706](https://togithub.com/renovatebot/github-action/commit/eeae706dd1b6f333ffc6d900180d7700403fc34e)) ##### Continuous Integration - **deps:** update actions/checkout action to v4.1.7 ([d92d1c6](https://togithub.com/renovatebot/github-action/commit/d92d1c679bf7f9b8ed054c11f969e509e946620e)) - **deps:** update renovate docker tag to v37.388.0 ([e58e07a](https://togithub.com/renovatebot/github-action/commit/e58e07a410be684dcde222e282638cc1713f8d34)) - **deps:** update renovate docker tag to v37.388.1 ([b969215](https://togithub.com/renovatebot/github-action/commit/b969215ab1dee49c3f80b91f276866e669965b4e)) - **deps:** update renovate docker tag to v37.390.0 ([6537120](https://togithub.com/renovatebot/github-action/commit/6537120a3a2cc406700167e82ce0ec482759a512)) - **deps:** update renovate docker tag to v37.390.1 ([b39ccad](https://togithub.com/renovatebot/github-action/commit/b39ccad4a39a079c9023f1603a7952c050b98b71)) - **deps:** update renovate docker tag to v37.391.0 ([b390760](https://togithub.com/renovatebot/github-action/commit/b39076090718d04db154d469e04715714d2780ed)) - **deps:** update renovate docker tag to v37.392.0 ([b62d5e0](https://togithub.com/renovatebot/github-action/commit/b62d5e036a35e5e59bfff846f02f289f7e1f72af)) - **deps:** update renovate docker tag to v37.393.0 ([2616b2e](https://togithub.com/renovatebot/github-action/commit/2616b2e07f30ca81d387587db7488d2dd3b7452a)) - **deps:** update renovate docker tag to v37.395.0 ([bed7655](https://togithub.com/renovatebot/github-action/commit/bed7655c6752174ee310dd4cd86ca60bfb22f65b)) - **deps:** update renovate docker tag to v37.399.0 ([2040c48](https://togithub.com/renovatebot/github-action/commit/2040c48dd92ecc6b85a93806144bb2552b9a8ec7)) - **deps:** update renovate docker tag to v37.399.10 ([225db92](https://togithub.com/renovatebot/github-action/commit/225db9223290a5686007dba22480b4d6dc830831)) - **deps:** update renovate docker tag to v37.399.3 ([88330a2](https://togithub.com/renovatebot/github-action/commit/88330a288f70f2db9d38593b6656135245036dac)) - **deps:** update renovate docker tag to v37.399.8 ([cac78b1](https://togithub.com/renovatebot/github-action/commit/cac78b1786da614f25178a3fd1a7d951cedcf939)) - **deps:** update renovate docker tag to v37.401.1 ([b45d221](https://togithub.com/renovatebot/github-action/commit/b45d221c083e62a2b93ff272667beccad3067bef)) - **deps:** update renovate docker tag to v37.401.2 ([7a3b5f2](https://togithub.com/renovatebot/github-action/commit/7a3b5f2e4fbcd0a0a49d43338801e4666274f336)) - **deps:** update renovate docker tag to v37.401.4 ([d73e4b3](https://togithub.com/renovatebot/github-action/commit/d73e4b3cf83816ce01fa1ac0b705211fd368e937)) - **deps:** update renovate docker tag to v37.401.5 ([a97d457](https://togithub.com/renovatebot/github-action/commit/a97d4573f844480ef626accce038c1c3f538244d)) - **deps:** update renovate docker tag to v37.402.1 ([203a2e1](https://togithub.com/renovatebot/github-action/commit/203a2e11bd9886e374f2ee3e456a703116ec7d12)) - **deps:** update renovate docker tag to v37.404.1 ([b7493c5](https://togithub.com/renovatebot/github-action/commit/b7493c5bfada0358b35318e07bef0a2d4cf5b712)) - **deps:** update renovate docker tag to v37.406.1 ([9844fc5](https://togithub.com/renovatebot/github-action/commit/9844fc5744169479fd57cd175310cb89ef870b10)) - **deps:** update renovate docker tag to v37.406.2 ([6b1676d](https://togithub.com/renovatebot/github-action/commit/6b1676d3da13fad2100a2e8cf6c49fa8e6ad72bf)) - **deps:** update renovate docker tag to v37.407.1 ([5428f14](https://togithub.com/renovatebot/github-action/commit/5428f142eabc422aa207a377b9d9a50d8bd3b000)) - **deps:** update renovate docker tag to v37.407.2 ([0f6ba96](https://togithub.com/renovatebot/github-action/commit/0f6ba96accb8cc24a9c15c98706d6e14e74b4b20)) - **deps:** update renovate docker tag to v37.407.3 ([186a106](https://togithub.com/renovatebot/github-action/commit/186a106dbf35bddf38a20cc4149f3d01dd27f877)) - **deps:** update renovate docker tag to v37.408.0 ([d0274f1](https://togithub.com/renovatebot/github-action/commit/d0274f1e16b7ac87bd955d6e0f016a5607d967b3)) - **deps:** update renovate docker tag to v37.408.1 ([56ab7c8](https://togithub.com/renovatebot/github-action/commit/56ab7c80f3767e01294830a15e7b33d5a6080781)) - **deps:** update renovate docker tag to v37.408.2 ([23ad392](https://togithub.com/renovatebot/github-action/commit/23ad39265518d3fbdd9051e94d22b52da8bd43ab)) - **deps:** update renovate docker tag to v37.409.0 ([d00fdff](https://togithub.com/renovatebot/github-action/commit/d00fdff668bc4f1ac6e8f3b2903f760fad4878c3)) - **deps:** update renovate docker tag to v37.409.1 ([9936cc1](https://togithub.com/renovatebot/github-action/commit/9936cc155cbafa3201e3e4c79ca1628a5d44cec5)) - **deps:** update renovate docker tag to v37.410.1 ([07c293a](https://togithub.com/renovatebot/github-action/commit/07c293aa6110de7db6e522a4e41b173d0b15e5a7)) - **deps:** update renovate docker tag to v37.410.2 ([8501ada](https://togithub.com/renovatebot/github-action/commit/8501adad681dbd6cf0c22b21a00d7af74c3610f3)) - **deps:** update renovate docker tag to v37.412.1 ([a91a675](https://togithub.com/renovatebot/github-action/commit/a91a675a9fbb28a4d2937ec20ca60eadb726dfa2)) - **deps:** update renovate docker tag to v37.412.2 ([91a706b](https://togithub.com/renovatebot/github-action/commit/91a706b01e974bf885c8c24f33e0f946a0a7f3eb)) - **deps:** update renovate docker tag to v37.413.1 ([4bc2e47](https://togithub.com/renovatebot/github-action/commit/4bc2e4746623ca75627984079ab171d79cf64fae)) - **deps:** update renovate docker tag to v37.413.2 ([82cd1a4](https://togithub.com/renovatebot/github-action/commit/82cd1a48aef7ed5018713022222841aa937f3903)) - **deps:** update renovate docker tag to v37.413.3 ([c183ec8](https://togithub.com/renovatebot/github-action/commit/c183ec8712a595debc5e14f85805142184cdbf1b)) - **deps:** update renovate docker tag to v37.413.4 ([195bea4](https://togithub.com/renovatebot/github-action/commit/195bea467251e40012ce76ef4f7e6291333c882f)) - **deps:** update renovate docker tag to v37.414.0 ([3c2f890](https://togithub.com/renovatebot/github-action/commit/3c2f8900d38fb47435a6b9c80c6073f448dfd5ec)) - **deps:** update renovate docker tag to v37.414.1 ([8efba2f](https://togithub.com/renovatebot/github-action/commit/8efba2f7452188443ba9bfd64e236d3d40635bf7)) - **deps:** update renovate docker tag to v37.415.0 ([221a5ff](https://togithub.com/renovatebot/github-action/commit/221a5ff8f4f31b8a4ba8aa6f0c05302a5a7348c2)) - **deps:** update renovate docker tag to v37.417.1 ([7850b39](https://togithub.com/renovatebot/github-action/commit/7850b398ee7a3ec1f49fc30e953833daa8744f2a)) - **deps:** update renovate docker tag to v37.419.0 ([b297b93](https://togithub.com/renovatebot/github-action/commit/b297b930fac322dfc40f23ecd4a81d32c14517f7)) - **deps:** update renovate docker tag to v37.419.1 ([b4f97bb](https://togithub.com/renovatebot/github-action/commit/b4f97bb6a0a14973d1c84fee11f6618055b967ad)) - **deps:** update renovate docker tag to v37.420.1 ([6a8705c](https://togithub.com/renovatebot/github-action/commit/6a8705c2efcc9a2ffdf3038facc2cc5d6b805ef0)) - **deps:** update renovate docker tag to v37.421.0 ([b79224e](https://togithub.com/renovatebot/github-action/commit/b79224e398a2eddfd22f6fa3f7566c30ac5724b0)) - **deps:** update renovate docker tag to v37.421.1 ([d210104](https://togithub.com/renovatebot/github-action/commit/d2101042d82b2ed749614a44ab55f9f76c76fb86)) - **deps:** update renovate docker tag to v37.421.2 ([1b88eda](https://togithub.com/renovatebot/github-action/commit/1b88eda8776e4f82ba524f275d6d9aff0ac05ec5)) - **deps:** update renovate docker tag to v37.421.3 ([3172258](https://togithub.com/renovatebot/github-action/commit/31722580834491869caadf88535218ed43dbf446)) - **deps:** update renovate docker tag to v37.421.5 ([5a127d9](https://togithub.com/renovatebot/github-action/commit/5a127d969d9d43d9fa221c6ac862896960fd367a)) - **deps:** update renovate docker tag to v37.421.6 ([031bba2](https://togithub.com/renovatebot/github-action/commit/031bba2f1808a41e67aab536e4a91f9ea830b418)) - **deps:** update renovate docker tag to v37.421.7 ([c9067a7](https://togithub.com/renovatebot/github-action/commit/c9067a73ab902c53f2242f239f560b0a43dea17e)) - **deps:** update renovate docker tag to v37.421.9 ([59545c6](https://togithub.com/renovatebot/github-action/commit/59545c60fd01818672b4336309e06f662ed988be)) ### [`v40.1.12`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.12) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.11...v40.1.12) ##### Documentation - add section about commit signing using GitHub App ([#​838](https://togithub.com/renovatebot/github-action/issues/838)) ([6537be5](https://togithub.com/renovatebot/github-action/commit/6537be502beb6ec24d09026f88f1fccf1f716890)) - clarify file naming ([#​835](https://togithub.com/renovatebot/github-action/issues/835)) ([e063ae9](https://togithub.com/renovatebot/github-action/commit/e063ae963e472fcbda01b080631c7cc4d42d732a)) - update references to actions/checkout to v4.1.5 ([9f55642](https://togithub.com/renovatebot/github-action/commit/9f556420b415b25d5cb3004f280e181fc52bf795)) - update references to actions/checkout to v4.1.6 ([ef89c4f](https://togithub.com/renovatebot/github-action/commit/ef89c4f2784ce14b5d8d9f1cb4e7ebb35c851c11)) - update references to ghcr.io/renovatebot/renovate to v37.342.1 ([9912bcb](https://togithub.com/renovatebot/github-action/commit/9912bcb97df4615c446b93de13a0951c165215f7)) - update references to ghcr.io/renovatebot/renovate to v37.356.1 ([fb25c83](https://togithub.com/renovatebot/github-action/commit/fb25c831953a81748b9f1b121a4fb0e927f9f34b)) - update references to ghcr.io/renovatebot/renovate to v37.385.0 ([af35cfd](https://togithub.com/renovatebot/github-action/commit/af35cfd69505ff53eca31ab9cc4716390eab289e)) - update references to renovatebot/github-action to v40.1.11 ([ded0be5](https://togithub.com/renovatebot/github-action/commit/ded0be57b427f64ffcb247ee675cfc84ca1e26d7)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.10 ([b03198a](https://togithub.com/renovatebot/github-action/commit/b03198a090960eeacfe91c80c257422cc4ffc587)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.11 ([264a396](https://togithub.com/renovatebot/github-action/commit/264a396747cce18ad09968d7edd7b3d42f22d24c)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.12 ([38a7ea3](https://togithub.com/renovatebot/github-action/commit/38a7ea3b017ffaf094ade08501a3f8ce38427bc0)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.8 ([809e5eb](https://togithub.com/renovatebot/github-action/commit/809e5eb2d7c57149cfaa5811cc7207b1fb07c0a0)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.9 ([bfe08a7](https://togithub.com/renovatebot/github-action/commit/bfe08a7f2ab21b93ba2c7af5bb8141ed80f5451c)) - **deps:** update dependency lint-staged to v15.2.4 ([e2c0ea7](https://togithub.com/renovatebot/github-action/commit/e2c0ea7650c5bc2918b744eddc8bc9f45f9d78a2)) - **deps:** update dependency lint-staged to v15.2.5 ([d9d9189](https://togithub.com/renovatebot/github-action/commit/d9d9189a63217d41dc2b46e41dcfab3152f9ffb9)) - **deps:** update dependency npm-run-all2 to v6.2.0 ([05e22d8](https://togithub.com/renovatebot/github-action/commit/05e22d86dff0511bb8c40afe9daf6f2fbf2e1897)) - **deps:** update dependency rimraf to v5.0.6 ([04130f6](https://togithub.com/renovatebot/github-action/commit/04130f6d4c94ec0c62d18da0b2daa4ee90bc9609)) - **deps:** update dependency rimraf to v5.0.7 ([c77a685](https://togithub.com/renovatebot/github-action/commit/c77a6852c5d0d7421b0b5d987617695e1cbe5d24)) - **deps:** update dependency semantic-release to v23.1.1 ([2129005](https://togithub.com/renovatebot/github-action/commit/21290052d4e870e43a87feca58731d3d943578b2)) - **deps:** update pnpm to v8.15.8 ([c40251f](https://togithub.com/renovatebot/github-action/commit/c40251f758fe5ceac86e0569d5dd512145a1d852)) ##### Build System - **deps:** lock file maintenance ([2b0dd43](https://togithub.com/renovatebot/github-action/commit/2b0dd43600e17c9de973b1d2daacae3e2e73c9b5)) ##### Continuous Integration - **deps:** update actions/checkout action to v4.1.5 ([726c6ce](https://togithub.com/renovatebot/github-action/commit/726c6ce34c0d699156ba33507bb70be495a46186)) - **deps:** update actions/checkout action to v4.1.6 ([c469b8b](https://togithub.com/renovatebot/github-action/commit/c469b8b354d1eb80ba1e0f031057c07b8a59444e)) - **deps:** update renovate docker tag to v37.327.2 ([a5a32e5](https://togithub.com/renovatebot/github-action/commit/a5a32e51a075f1ebac37777cf18f650a32fb529c)) - **deps:** update renovate docker tag to v37.329.0 ([80ac7b0](https://togithub.com/renovatebot/github-action/commit/80ac7b01be6172f24aba9717faee95ffee97585f)) - **deps:** update renovate docker tag to v37.329.1 ([c860f8b](https://togithub.com/renovatebot/github-action/commit/c860f8b8964e1d91b9ca08683205603662fed18c)) - **deps:** update renovate docker tag to v37.330.0 ([4ac1023](https://togithub.com/renovatebot/github-action/commit/4ac10236c5baeb06e177f8190ab8758c50326cee)) - **deps:** update renovate docker tag to v37.336.0 ([c3a2a92](https://togithub.com/renovatebot/github-action/commit/c3a2a928e119581e14718c5d12a02f8d71e3a6ee)) - **deps:** update renovate docker tag to v37.340.4 ([a5c073e](https://togithub.com/renovatebot/github-action/commit/a5c073e469ee7a1102440ee4ae7f24fdfb4c7948)) - **deps:** update renovate docker tag to v37.340.5 ([7c8209b](https://togithub.com/renovatebot/github-action/commit/7c8209bb7c099736295c3638e38d333f1e54927f)) - **deps:** update renovate docker tag to v37.340.7 ([#​836](https://togithub.com/renovatebot/github-action/issues/836)) ([c83cffd](https://togithub.com/renovatebot/github-action/commit/c83cffd8fdbfb314cddd0d43b7f37b4b5ef19cf2)) - **deps:** update renovate docker tag to v37.340.8 ([747a790](https://togithub.com/renovatebot/github-action/commit/747a790b165a5dce90d41fd6dfe4b8a8ba800579)) - **deps:** update renovate docker tag to v37.340.9 ([9510584](https://togithub.com/renovatebot/github-action/commit/95105845ebd7d51e8e6c84ec030c923d3a01aeb0)) - **deps:** update renovate docker tag to v37.342.1 ([8370a32](https://togithub.com/renovatebot/github-action/commit/8370a32dd5944d75ec6b46a339cc0aea175d4989)) - **deps:** update renovate docker tag to v37.347.0 ([f30f9cd](https://togithub.com/renovatebot/github-action/commit/f30f9cd8d50d50d1662219d698935b2ae0f2d766)) - **deps:** update renovate docker tag to v37.349.2 ([ccae59d](https://togithub.com/renovatebot/github-action/commit/ccae59db5d3ef0b7c8cc3b8f4555dd0404f5d8ef)) - **deps:** update renovate docker tag to v37.349.3 ([c3f50f9](https://togithub.com/renovatebot/github-action/commit/c3f50f9b44a55c6f999540eb0476b12fea58d320)) - **deps:** update renovate docker tag to v37.351.2 ([5aa9fd4](https://togithub.com/renovatebot/github-action/commit/5aa9fd46f8c589ae1835c7da88707087c3806128)) - **deps:** update renovate docker tag to v37.353.0 ([fc254a7](https://togithub.com/renovatebot/github-action/commit/fc254a73a4fd852140702be0139f94696d6afbce)) - **deps:** update renovate docker tag to v37.353.1 ([32702b1](https://togithub.com/renovatebot/github-action/commit/32702b14ab1b59cc09068f98363e0e5e141b6451)) - **deps:** update renovate docker tag to v37.354.1 ([64b8e78](https://togithub.com/renovatebot/github-action/commit/64b8e786f7c0018adaa804ea5abfe5a79952b90d)) - **deps:** update renovate docker tag to v37.354.6 ([835916b](https://togithub.com/renovatebot/github-action/commit/835916b732a41521c853a977237d65e291f16052)) - **deps:** update renovate docker tag to v37.355.1 ([fa66f0f](https://togithub.com/renovatebot/github-action/commit/fa66f0ff32e0164b85f37d788ddab92f2cab2f17)) - **deps:** update renovate docker tag to v37.356.0 ([f26bed6](https://togithub.com/renovatebot/github-action/commit/f26bed602856bd57505a47729b51a5ca9477969b)) - **deps:** update renovate docker tag to v37.356.1 ([0cb6900](https://togithub.com/renovatebot/github-action/commit/0cb69003a70da39e0cd38dcb268214e63f56ba39)) - **deps:** update renovate docker tag to v37.358.0 ([8d0582d](https://togithub.com/renovatebot/github-action/commit/8d0582d0337d6ebbbad3748b03bd03a95dcae61e)) - **deps:** update renovate docker tag to v37.363.9 ([1bb8d42](https://togithub.com/renovatebot/github-action/commit/1bb8d42866ba2bad4194025ddc4145de83f076c7)) - **deps:** update renovate docker tag to v37.368.1 ([012ab12](https://togithub.com/renovatebot/github-action/commit/012ab121a89fd9aaea061a444e98305eb1411388)) - **deps:** update renovate docker tag to v37.368.6 ([129d6fe](https://togithub.com/renovatebot/github-action/commit/129d6fead07bd76b341fe9d7da6dbf8753e785b2)) - **deps:** update renovate docker tag to v37.368.7 ([f4404cb](https://togithub.com/renovatebot/github-action/commit/f4404cb99963a0ff826684e4069b079cdc805e01)) - **deps:** update renovate docker tag to v37.368.9 ([45e5900](https://togithub.com/renovatebot/github-action/commit/45e590035ffa37686885cb8d15cc5d05f0585715)) - **deps:** update renovate docker tag to v37.371.1 ([e966f22](https://togithub.com/renovatebot/github-action/commit/e966f228d3c26b9d59a53b68385fdaf14aefb333)) - **deps:** update renovate docker tag to v37.374.3 ([ed9467d](https://togithub.com/renovatebot/github-action/commit/ed9467d63e501a7e9e4278bc78ae01513c7a970e)) - **deps:** update renovate docker tag to v37.375.2 ([a57ae60](https://togithub.com/renovatebot/github-action/commit/a57ae609afe8909882d2993eb42257af730efe16)) - **deps:** update renovate docker tag to v37.377.0 ([7cd9e62](https://togithub.com/renovatebot/github-action/commit/7cd9e62c064773130d312f57f3b40e86de3571cd)) - **deps:** update renovate docker tag to v37.377.2 ([c5b906f](https://togithub.com/renovatebot/github-action/commit/c5b906f5713e2fda647190ad655578e687259dc0)) - **deps:** update renovate docker tag to v37.377.4 ([11c642f](https://togithub.com/renovatebot/github-action/commit/11c642fc174a22c44e4b4d7f9061dd620277861e)) - **deps:** update renovate docker tag to v37.377.5 ([6be22c7](https://togithub.com/renovatebot/github-action/commit/6be22c7d53cd676f698ce343b61e1cc792b58ef6)) - **deps:** update renovate docker tag to v37.377.6 ([1c7d894](https://togithub.com/renovatebot/github-action/commit/1c7d894f0988ccb81d6684b78c3dd6126c9cd0fd)) - **deps:** update renovate docker tag to v37.377.7 ([eeb5134](https://togithub.com/renovatebot/github-action/commit/eeb5134ff67e97b0b8e3b6f23a68ae1f129badd3)) - **deps:** update renovate docker tag to v37.377.8 ([9d4b1c8](https://togithub.com/renovatebot/github-action/commit/9d4b1c86613e3e2807fd93bcc4ee42ee4800f004)) - **deps:** update renovate docker tag to v37.379.0 ([72ad8b1](https://togithub.com/renovatebot/github-action/commit/72ad8b19421c1e310818c0732187f00706323536)) - **deps:** update renovate docker tag to v37.381.10 ([16df9eb](https://togithub.com/renovatebot/github-action/commit/16df9ebe4462114b7dc571e804795de6eb459814)) - **deps:** update renovate docker tag to v37.381.2 ([2fd6048](https://togithub.com/renovatebot/github-action/commit/2fd6048513690e1da59828fad87f2ed3ef7cb598)) - **deps:** update renovate docker tag to v37.381.3 ([2132b87](https://togithub.com/renovatebot/github-action/commit/2132b8745dc0e9dfbbc0edac29cf991510d2a958)) - **deps:** update renovate docker tag to v37.381.4 ([30625d1](https://togithub.com/renovatebot/github-action/commit/30625d1ce7067a50a5011042ea3f8a1d7ae51a77)) - **deps:** update renovate docker tag to v37.381.6 ([8050d3a](https://togithub.com/renovatebot/github-action/commit/8050d3afe4041a3649215e5d17176aea70d14b02)) - **deps:** update renovate docker tag to v37.381.7 ([6723050](https://togithub.com/renovatebot/github-action/commit/6723050f27bca3cd3be391f3f0eff5dbbc23dbbe)) - **deps:** update renovate docker tag to v37.381.8 ([fa4b235](https://togithub.com/renovatebot/github-action/commit/fa4b23586c3fcae4fe3945f4ef6872350268ee49)) - **deps:** update renovate docker tag to v37.381.9 ([d51bce0](https://togithub.com/renovatebot/github-action/commit/d51bce0f1382c975674ae56a60eeba4322e14af4)) - **deps:** update renovate docker tag to v37.382.3 ([a7244bf](https://togithub.com/renovatebot/github-action/commit/a7244bfd4a66b24c294e66f3fef2f681e65b0b7f)) - **deps:** update renovate docker tag to v37.382.4 ([9672df0](https://togithub.com/renovatebot/github-action/commit/9672df09e6d6725bcd3699c60208ec42b40587ed)) - **deps:** update renovate docker tag to v37.384.0 ([2499cb4](https://togithub.com/renovatebot/github-action/commit/2499cb44da5c7cdf0050ca21481ffcc8f1d33593)) - **deps:** update renovate docker tag to v37.385.0 ([40dc267](https://togithub.com/renovatebot/github-action/commit/40dc267f03f2d356a075cbaf499fa1ec8c467469)) ### [`v40.1.11`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.11) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.10...v40.1.11) ##### Documentation - update references to actions/checkout to v4.1.4 ([d872752](https://togithub.com/renovatebot/github-action/commit/d87275214631897c8acfc9d42a06bc5485c06db3)) - update references to ghcr.io/renovatebot/renovate to v37.315.1 ([a1fe7a1](https://togithub.com/renovatebot/github-action/commit/a1fe7a1225a75a8a5a013414e8e4f73935d35934)) - update references to ghcr.io/renovatebot/renovate to v37.326.3 ([27e98f6](https://togithub.com/renovatebot/github-action/commit/27e98f62dfd155f9f3185bf75136fbe95fa76093)) - update references to renovatebot/github-action to v40.1.10 ([1643e4f](https://togithub.com/renovatebot/github-action/commit/1643e4fbf3aa294ca4cc38d52a4089c5d2d53937)) ##### Miscellaneous Chores - **deps:** update dependency prettier-plugin-packagejson to v2.5.0 ([#​831](https://togithub.com/renovatebot/github-action/issues/831)) ([5ff5adb](https://togithub.com/renovatebot/github-action/commit/5ff5adbb3827eba9b46c9356540dadfda5cef7b5)) - **deps:** update pnpm to v8.15.7 ([0d9fba9](https://togithub.com/renovatebot/github-action/commit/0d9fba957a71be93257d996ab6bc592de4f83fb3)) ##### Build System - **deps:** lock file maintenance ([a1ea95c](https://togithub.com/renovatebot/github-action/commit/a1ea95c8434c327b487c2baf676a8974b536b5cf)) ##### Continuous Integration - **deps:** update actions/checkout action to v4.1.3 ([7f9fed8](https://togithub.com/renovatebot/github-action/commit/7f9fed87c578bfdb8f9f73bb284825672f5c06e7)) - **deps:** update actions/checkout action to v4.1.4 ([5ab77aa](https://togithub.com/renovatebot/github-action/commit/5ab77aaf926ea90aecb6d5d23c1925d28fd46243)) - **deps:** update renovate docker tag to v37.303.2 ([1cf7f03](https://togithub.com/renovatebot/github-action/commit/1cf7f0398dc010b5d59fbad89a68700ff874cfd8)) - **deps:** update renovate docker tag to v37.304.0 ([af9a72e](https://togithub.com/renovatebot/github-action/commit/af9a72e753d4c36f5113b83a55b72ea04625dc56)) - **deps:** update renovate docker tag to v37.306.1 ([6d4d871](https://togithub.com/renovatebot/github-action/commit/6d4d871b2e78ef905410fd22c7dd2c9097f2bc0e)) - **deps:** update renovate docker tag to v37.308.0 ([c4b5f15](https://togithub.com/renovatebot/github-action/commit/c4b5f15cfd828d56b8c1cfb1fd96faf7600ccb94)) - **deps:** update renovate docker tag to v37.309.0 ([1b4de2e](https://togithub.com/renovatebot/github-action/commit/1b4de2eef163fc3021abe45d8a71eaeaedd60fed)) - **deps:** update renovate docker tag to v37.310.1 ([a4892bf](https://togithub.com/renovatebot/github-action/commit/a4892bf178efc603ba88d8dee5eac6f1af491e65)) - **deps:** update renovate docker tag to v37.311.0 ([479a3a1](https://togithub.com/renovatebot/github-action/commit/479a3a1b98a8e090c4f8467fb42d09eff602cf76)) - **deps:** update renovate docker tag to v37.313.1 ([5ed892a](https://togithub.com/renovatebot/github-action/commit/5ed892a823ed73cf55076f1621491d5d3da2cb00)) - **deps:** update renovate docker tag to v37.314.0 ([6dc3fea](https://togithub.com/renovatebot/github-action/commit/6dc3fea01fa755fcb6aeea27272cac743e165867)) - **deps:** update renovate docker tag to v37.315.0 ([736e786](https://togithub.com/renovatebot/github-action/commit/736e7867872bf1e2d5a23f82db87e9a5bad5d9e7)) - **deps:** update renovate docker tag to v37.315.1 ([1b46e5b](https://togithub.com/renovatebot/github-action/commit/1b46e5b1bb9127055786b52a253a3effb1a4fe6f)) - **deps:** update renovate docker tag to v37.317.0 ([1c14ccc](https://togithub.com/renovatebot/github-action/commit/1c14cccf6629fc7e8734d4f378207a8936809b92)) - **deps:** update renovate docker tag to v37.318.0 ([a7435b7](https://togithub.com/renovatebot/github-action/commit/a7435b7459e97081e1b444130b23c40b3236a0ec)) - **deps:** update renovate docker tag to v37.318.1 ([9084b6b](https://togithub.com/renovatebot/github-action/commit/9084b6b0a5727b1a8a379fd66dce0c2bd20bc22f)) - **deps:** update renovate docker tag to v37.319.0 ([38d30c8](https://togithub.com/renovatebot/github-action/commit/38d30c859a990d7bea32a1f8fa0ced26953fa870)) - **deps:** update renovate docker tag to v37.319.1 ([f9a7eb8](https://togithub.com/renovatebot/github-action/commit/f9a7eb87e452d56836896c4005fc00131c46631b)) - **deps:** update renovate docker tag to v37.320.1 ([74049ce](https://togithub.com/renovatebot/github-action/commit/74049cef73fd4368919ec65b089328773eee2b97)) - **deps:** update renovate docker tag to v37.321.1 ([1c850f6](https://togithub.com/renovatebot/github-action/commit/1c850f6328d3cbbd9b540c8ad65c34c9e52dbca6)) - **deps:** update renovate docker tag to v37.321.2 ([3c3ec5b](https://togithub.com/renovatebot/github-action/commit/3c3ec5b0e1eaa158f33e561774d6352ba57a9b23)) - **deps:** update renovate docker tag to v37.323.0 ([e6820b8](https://togithub.com/renovatebot/github-action/commit/e6820b8259a44ecfa6d7459b599ac7338fc67eb8)) - **deps:** update renovate docker tag to v37.323.1 ([7294f1a](https://togithub.com/renovatebot/github-action/commit/7294f1aa7fcb75f06f38d9e9122d76c15ba47321)) - **deps:** update renovate docker tag to v37.323.3 ([761b7a9](https://togithub.com/renovatebot/github-action/commit/761b7a980239fd23a5364438c824883769194c05)) - **deps:** update renovate docker tag to v37.324.2 ([751b7b3](https://togithub.com/renovatebot/github-action/commit/751b7b32771ad9a2526c6fd73f264866c54af9ad)) - **deps:** update renovate docker tag to v37.325.1 ([afbc6f0](https://togithub.com/renovatebot/github-action/commit/afbc6f076d6e87006e888ea4f85ea5129b16d580)) - **deps:** update renovate docker tag to v37.326.0 ([c103089](https://togithub.com/renovatebot/github-action/commit/c103089cc0bb8beac4b2ff6cd345aee4f8b1cadc)) - **deps:** update renovate docker tag to v37.326.1 ([eb1a238](https://togithub.com/renovatebot/github-action/commit/eb1a23815ff7d24f827e5a77c3a70fa54bddcd63)) - **deps:** update renovate docker tag to v37.326.2 ([5cfb005](https://togithub.com/renovatebot/github-action/commit/5cfb0054bf3d73d66429b558ea0474fafd7df5bd)) - **deps:** update renovate docker tag to v37.326.3 ([439db7f](https://togithub.com/renovatebot/github-action/commit/439db7fed814793513df932e9d1ea9f1390b0aac)) ### [`v40.1.10`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.10) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.9...v40.1.10) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v37.296.0 ([28c9d13](https://togithub.com/renovatebot/github-action/commit/28c9d1328d2b9927865b827c219075768a539340)) - update references to renovatebot/github-action to v40.1.9 ([e56f8be](https://togithub.com/renovatebot/github-action/commit/e56f8be2d72af37f84ccb5e513860984f1f81857)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.5 ([6493f07](https://togithub.com/renovatebot/github-action/commit/6493f07369257de4d9100fe578b03b33329ff21b)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.6 ([5e0357e](https://togithub.com/renovatebot/github-action/commit/5e0357eaea9ee388abccd1c2907c6a411742f267)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.7 ([0bab1e7](https://togithub.com/renovatebot/github-action/commit/0bab1e7522cfddb0a034fcd9216ed1320aa26175)) - **deps:** update dependency semantic-release to v23.0.8 ([d257912](https://togithub.com/renovatebot/github-action/commit/d257912e3602913b3620ba536a8cd03c6ff7d243)) ##### Build System - **deps:** update dependency typescript to v5.4.5 ([9f91d7c](https://togithub.com/renovatebot/github-action/commit/9f91d7c7d60df9607c7a4d7287fc1baef74064bb)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.288.0 ([2f815db](https://togithub.com/renovatebot/github-action/commit/2f815db47f6db847946a0441b4886c409332fbb1)) - **deps:** update renovate docker tag to v37.290.1 ([bd23b98](https://togithub.com/renovatebot/github-action/commit/bd23b986d5b4de145eb4c28d61f9ff287b850972)) - **deps:** update renovate docker tag to v37.291.0 ([723c2d4](https://togithub.com/renovatebot/github-action/commit/723c2d48c3b12ca1e2f7986fba096b5a6b768e35)) - **deps:** update renovate docker tag to v37.292.0 ([e5a18cd](https://togithub.com/renovatebot/github-action/commit/e5a18cdb82a6be46f88f2880481ee655ebb5d03d)) - **deps:** update renovate docker tag to v37.292.1 ([98e5856](https://togithub.com/renovatebot/github-action/commit/98e5856fcb2fc9f8abc88c07c30d9f130fd1b84a)) - **deps:** update renovate docker tag to v37.293.0 ([5a8e3f9](https://togithub.com/renovatebot/github-action/commit/5a8e3f98d8f30d0046ab4b30984b3b8999461bba)) - **deps:** update renovate docker tag to v37.295.0 ([3c412db](https://togithub.com/renovatebot/github-action/commit/3c412db429a28bffe7de6243ae16873436976e01)) - **deps:** update renovate docker tag to v37.296.0 ([8f9c0fe](https://togithub.com/renovatebot/github-action/commit/8f9c0fe0dca1e3a8c647334b9158ac514048dd21)) - **deps:** update renovate docker tag to v37.300.0 ([3d3b001](https://togithub.com/renovatebot/github-action/commit/3d3b001d350731a085ce33a8afea13441f03ba86)) - **deps:** update renovate docker tag to v37.301.5 ([19373a3](https://togithub.com/renovatebot/github-action/commit/19373a3d47a6482d224dc7172aabe49119e881e0)) ### [`v40.1.9`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.9) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.8...v40.1.9) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.3 ([7b1ea0c](https://togithub.com/renovatebot/github-action/commit/7b1ea0cd272974dabceacd7f27427a3c9496cbf8)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.4 ([2fec6dc](https://togithub.com/renovatebot/github-action/commit/2fec6dc99d056ea8850283e02bc4e75aab009832)) - **deps:** update dependency semantic-release to v23.0.7 ([9dca132](https://togithub.com/renovatebot/github-action/commit/9dca132dafa105c55b2da60476332f0534413c23)) - **deps:** update pnpm to v8.15.6 ([94fbc93](https://togithub.com/renovatebot/github-action/commit/94fbc93bc95f01d659854f6f0c738d2576244254)) ##### Build System - **deps:** update dependency typescript to v5.4.4 ([1c8651a](https://togithub.com/renovatebot/github-action/commit/1c8651adc5c1f6409335f7081dd611220d8a4303)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.281.2 ([6dd9a73](https://togithub.com/renovatebot/github-action/commit/6dd9a73ca11d920ad46628d16bf53dc66d63d634)) - **deps:** update renovate docker tag to v37.284.0 ([731c861](https://togithub.com/renovatebot/github-action/commit/731c86105ebaac6887a2d9ca9b012189e818f082)) - **deps:** update renovate docker tag to v37.286.1 ([04d3673](https://togithub.com/renovatebot/github-action/commit/04d36734e081ad2619a64511b8c475e4391a01ea)) ### [`v40.1.8`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.8) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.7...v40.1.8) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v37.278.2 ([cab4404](https://togithub.com/renovatebot/github-action/commit/cab4404ce1020d2c321583982926de65e3c16666)) - update references to ghcr.io/renovatebot/renovate to v37.280.0 ([a127536](https://togithub.com/renovatebot/github-action/commit/a1275366196c84042fff0c67e6c0a43d61822e76)) - update references to renovatebot/github-action to v40.1.7 ([d22441a](https://togithub.com/renovatebot/github-action/commit/d22441ac433a295b98775498049fbdf0ef0fe7cd)) ##### Miscellaneous Chores - **deps:** update dependency [@​tsconfig/node20](https://togithub.com/tsconfig/node20) to v20.1.3 ([1321a53](https://togithub.com/renovatebot/github-action/commit/1321a53c5729efa85a97dfe17015939bdaba05be)) - **deps:** update dependency [@​tsconfig/node20](https://togithub.com/tsconfig/node20) to v20.1.4 ([b0ca6f1](https://togithub.com/renovatebot/github-action/commit/b0ca6f1885a4588a2198c027896d058ba2981b3e)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.12.2 ([#​832](https://togithub.com/renovatebot/github-action/issues/832)) ([6ae57b5](https://togithub.com/renovatebot/github-action/commit/6ae57b578f2f2bd05e8e5ab0064de8c7000e7fc7)) - **deps:** update dependency semantic-release to v23.0.6 ([7f4a000](https://togithub.com/renovatebot/github-action/commit/7f4a0009d083a11fdf8d093a077b8eab9cd76efa)) ##### Build System - **deps:** lock file maintenance ([3616bae](https://togithub.com/renovatebot/github-action/commit/3616baeff71850b7686574a74141c8649d27f6ba)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.273.0 ([c51b80f](https://togithub.com/renovatebot/github-action/commit/c51b80fd749ae62b563a1de35fd692039e96e8ef)) - **deps:** update renovate docker tag to v37.274.0 ([b2ebf3c](https://togithub.com/renovatebot/github-action/commit/b2ebf3c4f50cc10d20b4e2011049c5ac6f5f0e8a)) - **deps:** update renovate docker tag to v37.275.0 ([af64d16](https://togithub.com/renovatebot/github-action/commit/af64d164d98f85976133806fe7546cf2deb7e8ce)) - **deps:** update renovate docker tag to v37.276.0 ([237ae15](https://togithub.com/renovatebot/github-action/commit/237ae15c8785ca4872b72d3e7b231df2973812aa)) - **deps:** update renovate docker tag to v37.278.0 ([40ecdff](https://togithub.com/renovatebot/github-action/commit/40ecdff0915595f9454ef925bcb00b07fc7a7e0e)) - **deps:** update renovate docker tag to v37.278.1 ([f37ba0e](https://togithub.com/renovatebot/github-action/commit/f37ba0ea86368ce72ec6f46a9a6eaa109e306927)) - **deps:** update renovate docker tag to v37.278.2 ([6a3fc4d](https://togithub.com/renovatebot/github-action/commit/6a3fc4ddf6da44091fd0b0dba0d4d333f56e41fa)) - **deps:** update renovate docker tag to v37.279.0 ([fef62b0](https://togithub.com/renovatebot/github-action/commit/fef62b0f4f13ea0a039b06fbe8f23c8d3158bfba)) - **deps:** update renovate docker tag to v37.279.3 ([92ff63d](https://togithub.com/renovatebot/github-action/commit/92ff63d4cdf33a6487fd0ed26f8cb966704eec2c)) - **deps:** update renovate docker tag to v37.279.4 ([2282c9e](https://togithub.com/renovatebot/github-action/commit/2282c9e6abc316a48aa4f5b70add10833aec8166)) - **deps:** update renovate docker tag to v37.280.0 ([fe00f16](https://togithub.com/renovatebot/github-action/commit/fe00f1666294964f3f72e5f5da45ffeb4a9e0e4b)) - **deps:** update wagoid/commitlint-github-action action to v5.4.6 ([a0f0a2e](https://togithub.com/renovatebot/github-action/commit/a0f0a2e467a7f35369c9bf33c7b9236fb2e6f3fa)) - **deps:** update wagoid/commitlint-github-action action to v5.5.1 ([844d151](https://togithub.com/renovatebot/github-action/commit/844d151665234b566d059f04bb3e98bced0ac76e)) ### [`v40.1.7`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.7) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.6...v40.1.7) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.29 ([01dcd82](https://togithub.com/renovatebot/github-action/commit/01dcd8276bc154f6222ac564548025fbe1f755cf)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.30 ([0103716](https://togithub.com/renovatebot/github-action/commit/0103716ab2ab77f84f83c436a9e3644b1c18f71d)) - **deps:** update dependency semantic-release to v23.0.5 ([3a0b39f](https://togithub.com/renovatebot/github-action/commit/3a0b39fd83d07e7d2d04da9ef25c234a577007c6)) ##### Build System - **deps:** update dependency typescript to v5.4.3 ([18cb877](https://togithub.com/renovatebot/github-action/commit/18cb8775235d8246939cd47d7460d181cf8400b7)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.270.0 ([9e52fb1](https://togithub.com/renovatebot/github-action/commit/9e52fb1dfef71bda63f0efc467c3de636d4db03c)) - **deps:** update renovate docker tag to v37.271.1 ([473c572](https://togithub.com/renovatebot/github-action/commit/473c5729a65917a2d2095b0aba12c3a08fff5962)) - **deps:** update renovate docker tag to v37.272.0 ([4616036](https://togithub.com/renovatebot/github-action/commit/46160367ed2a040519a1a7e503ead9e81ac3e624)) ### [`v40.1.6`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.6) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.5...v40.1.6) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v37.252.0 ([49d9bef](https://togithub.com/renovatebot/github-action/commit/49d9bef155997f90c982db5175ae88f2270cb2e5)) - update references to ghcr.io/renovatebot/renovate to v37.269.3 ([c7aaeac](https://togithub.com/renovatebot/github-action/commit/c7aaeac06ca557c5d0b2e6132058d2cebafcf2c9)) - update references to renovatebot/github-action to v40.1.5 ([9642fda](https://togithub.com/renovatebot/github-action/commit/9642fdae1bcb573fee30761fcb088df815bbdb90)) ##### Miscellaneous Chores - **deps:** update dependency [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to v18.6.3 ([3f036d9](https://togithub.com/renovatebot/github-action/commit/3f036d93b40d14d50665fb0552889cf3847b394e)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.26 ([238ab09](https://togithub.com/renovatebot/github-action/commit/238ab099d7f0a278e1f982071ce78ccb886f27e5)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.27 ([27f6f91](https://togithub.com/renovatebot/github-action/commit/27f6f916408cdfdc83b850f956f9c0f7f14d2a7d)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.28 ([8847622](https://togithub.com/renovatebot/github-action/commit/8847622b5f8d158637d80a81821030b0688d444e)) - **deps:** update dependency semantic-release to v23.0.3 ([d1b81aa](https://togithub.com/renovatebot/github-action/commit/d1b81aa79992889b058601afde07195db8fb5b8c)) - **deps:** update dependency semantic-release to v23.0.4 ([8e81329](https://togithub.com/renovatebot/github-action/commit/8e81329ac7dd09bade81c61dfa63f7524305d4ca)) - **deps:** update pnpm to v8.15.5 ([f6d4824](https://togithub.com/renovatebot/github-action/commit/f6d4824cd9ea524433b3c2f408e9509175e729e2)) ##### Build System - **deps:** lock file maintenance ([9d0fcfd](https://togithub.com/renovatebot/github-action/commit/9d0fcfdf4430af11f3a4b15a8382d519470f5171)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.244.0 ([2485d3d](https://togithub.com/renovatebot/github-action/commit/2485d3d89cac5661e5394bf5b55bfaffc53dc590)) - **deps:** update renovate docker tag to v37.246.1 ([9aa434a](https://togithub.com/renovatebot/github-action/commit/9aa434ae75853def527f523e1155799c02a1923d)) - **deps:** update renovate docker tag to v37.249.3 ([bb7b916](https://togithub.com/renovatebot/github-action/commit/bb7b916df0fdde6c3197791ba2152c9a24c14117)) - **deps:** update renovate docker tag to v37.250.0 ([1a2145e](https://togithub.com/renovatebot/github-action/commit/1a2145eaf19a44d1316b3d313e5b6111e05b217c)) - **deps:** update renovate docker tag to v37.250.1 ([37c251c](https://togithub.com/renovatebot/github-action/commit/37c251c9d730dbe1f1a15cb0bc51f5626be71b2f)) - **deps:** update renovate docker tag to v37.252.0 ([789b077](https://togithub.com/renovatebot/github-action/commit/789b077c3635e303d64523363a3c0e58155dbfec)) - **deps:** update renovate docker tag to v37.253.1 ([a0aad66](https://togithub.com/renovatebot/github-action/commit/a0aad669b5fdbca4c9ee5a3e7c4a4cabdd4f9518)) - **deps:** update renovate docker tag to v37.256.0 ([bded408](https://togithub.com/renovatebot/github-action/commit/bded40896d09e6f59872c05d0a6363ec6353e221)) - **deps:** update renovate docker tag to v37.256.1 ([bafb7ab](https://togithub.com/renovatebot/github-action/commit/bafb7ab7de2819273718bcd22b6b5bb2bc118f5b)) - **deps:** update renovate docker tag to v37.261.0 ([e848960](https://togithub.com/renovatebot/github-action/commit/e848960cfb7324a1629a051254e43f145449a98b)) - **deps:** update renovate docker tag to v37.262.2 ([a81a598](https://togithub.com/renovatebot/github-action/commit/a81a5988c840596810a8fbebeaa122149dd0c585)) - **deps:** update renovate docker tag to v37.263.0 ([e75feaa](https://togithub.com/renovatebot/github-action/commit/e75feaa87d119f7dd098bf603690aff53a14eb7e)) - **deps:** update renovate docker tag to v37.264.0 ([442879a](https://togithub.com/renovatebot/github-action/commit/442879a8d7341f819669fc0813867ae47c998728)) - **deps:** update renovate docker tag to v37.265.0 ([82bd95e](https://togithub.com/renovatebot/github-action/commit/82bd95e4aa4ab3e506168b98ed19a195bf437471)) - **deps:** update renovate docker tag to v37.266.0 ([5a77d84](https://togithub.com/renovatebot/github-action/commit/5a77d84c3912a91b49a79b92e1e6ea0f7a1d5c55)) - **deps:** update renovate docker tag to v37.267.0 ([040ccb1](https://togithub.com/renovatebot/github-action/commit/040ccb1c48c7bfa3e249703dac642200c1ed3f24)) - **deps:** update renovate docker tag to v37.267.1 ([4354560](https://togithub.com/renovatebot/github-action/commit/4354560a0e117603e9fb6fee59766094046eaf0f)) - **deps:** update renovate docker tag to v37.269.3 ([b19321d](https://togithub.com/renovatebot/github-action/commit/b19321d7f10abeaef6735bb9776e720748d3b4e5)) ### [`v40.1.5`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.5) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.4...v40.1.5) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v20.11.25 ([0af5e4e](https://togithub.com/renovatebot/github-action/commit/0af5e4e8d5730e847e79b6ba783f97967d09326f)) ##### Build System - **deps:** update dependency typescript to v5.4.2 ([e3c8e2c](https://togithub.com/renovatebot/github-action/commit/e3c8e2cd356bb231f8fa193db1722695e8410e16)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.235.5 ([b77198b](https://togithub.com/renovatebot/github-action/commit/b77198bb59663821f3f84f088dae236960f37463)) - **deps:** update renovate docker tag to v37.236.0 ([caabd0f](https://togithub.com/renovatebot/github-action/commit/caabd0fbcfbb3a812e50ae8b7f6568bf9d2bb609)) - **deps:** update renovate docker tag to v37.240.1 ([042c7eb](https://togithub.com/renovatebot/github-action/commit/042c7ebbf2f3bb8cfa71637c4f01b26a9962e90a)) - **deps:** update renovate docker tag to v37.241.0 ([4c3342e](https://togithub.com/renovatebot/github-action/commit/4c3342eacee1952b9a72afea7f44e4eae029b9fa)) ### [`v40.1.4`](https://togithub.com/renovatebot/github-action/releases/tag/v40.1.4) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.1.3...v40.1.4) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v37.226.0 ([8f48089](https://togithub.com/renovatebot/github-action/commit/8f48089b870cb49e163164905d4e863339a3091d)) - update references to ghcr.io/renovatebot/renovate to v37.235.1 ([b7e835a](https://togithub.com/renovatebot/github-action/commit/b7e835af3f678504c75f6049ebad89d069ebbf61)) - update references to renovatebot/github-action to v40.1.3 ([ee6b018](https://togithub.com/renovatebot/github-action/commit/ee6b0188575b1209630f6abd117a3a3c34b552af)) ##### Miscellaneous Chores - **deps:** update dependency [@​semantic-release/npm](https://togithub.com/semantic-release/npm) to v11.0.3 ([881f6f4](https://togithub.com/renovatebot/github-action/commit/881f6f41c0fa218d37d36f3eb8f9697e35b11e52)) - **deps:** update dependency [@​types/node](https://togithub.com/types

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.