Skip to content

ci: nix toolchain#1303

Draft
andrinoff wants to merge 6 commits into
masterfrom
ci/nix-toolchain
Draft

ci: nix toolchain#1303
andrinoff wants to merge 6 commits into
masterfrom
ci/nix-toolchain

Conversation

@andrinoff
Copy link
Copy Markdown
Member

What?

Why?

andrinoff and others added 5 commits May 17, 2026 23:07
## What?

Separated `go` and `toolchain` versions, makes workflow dispatch only,
adds a workflow with a cron job to check nixos go version

## Why?

@r-ryantm fails due to `go 1.26.3` being non-existent on the master
branch of nixos/nix-pkgs. This will make it so that: if the
user/workflow can use the latest version of Go --> it downloads and uses
it, otherwise it uses the version set in `go` (which will be up to date
to nixos-pkgs master version).

Signed-off-by: drew <me@andrinoff.com>
## What?

POP3 batch deletion now sends requests like this:

```text
CONNECT
AUTH
UIDL
DELE 1
DELE 2
DELE 3
QUIT
```

`QUIT` is sent once at the end, so all `DELE` commands are committed in
one POP3 session.

## Why?

Closes #555

Previously, batch deletion sent requests like this:

```text
CONNECT
AUTH
UIDL
DELE 1
QUIT

CONNECT
AUTH
UIDL
DELE 2
QUIT

CONNECT
AUTH
UIDL
DELE 3
QUIT
```

So deleting multiple emails repeated the full connection/authentication
cycle for every message.
## What?

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request)
| action | major | `v7` → `v8` |

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v8.1.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v8.1.1):
Create Pull Request v8.1.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v8.1.0...v8.1.1)

#### What's Changed

- build(deps-dev): bump the npm group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4305](https://redirect.github.com/peter-evans/create-pull-request/pull/4305)
- build(deps): bump minimatch by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4311](https://redirect.github.com/peter-evans/create-pull-request/pull/4311)
- build(deps): bump the github-actions group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4316](https://redirect.github.com/peter-evans/create-pull-request/pull/4316)
- build(deps): bump
[@&#8203;tootallnate/once](https://redirect.github.com/tootallnate/once)
and jest-environment-jsdom by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4323](https://redirect.github.com/peter-evans/create-pull-request/pull/4323)
- build(deps-dev): bump undici from 6.23.0 to 6.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4328](https://redirect.github.com/peter-evans/create-pull-request/pull/4328)
- build(deps-dev): bump flatted from 3.3.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4334](https://redirect.github.com/peter-evans/create-pull-request/pull/4334)
- build(deps): bump picomatch by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4339](https://redirect.github.com/peter-evans/create-pull-request/pull/4339)
- build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4344](https://redirect.github.com/peter-evans/create-pull-request/pull/4344)
- build(deps-dev): bump the npm group with 3 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4349](https://redirect.github.com/peter-evans/create-pull-request/pull/4349)
- fix: retry post-creation API calls on 422 eventual consistency errors
by [@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4356](https://redirect.github.com/peter-evans/create-pull-request/pull/4356)

**Full Changelog**:
<peter-evans/create-pull-request@v8.1.0...v8.1.1>

###
[`v8.1.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v8.1.0):
Create Pull Request v8.1.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v8...v8.1.0)

#### What's Changed

- README.md: bump given GitHub actions to their latest versions by
[@&#8203;deining](https://redirect.github.com/deining) in
[#&#8203;4265](https://redirect.github.com/peter-evans/create-pull-request/pull/4265)
- build(deps): bump the github-actions group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4273](https://redirect.github.com/peter-evans/create-pull-request/pull/4273)
- build(deps-dev): bump the npm group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4274](https://redirect.github.com/peter-evans/create-pull-request/pull/4274)
- build(deps-dev): bump undici from 6.22.0 to 6.23.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4284](https://redirect.github.com/peter-evans/create-pull-request/pull/4284)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;4289](https://redirect.github.com/peter-evans/create-pull-request/pull/4289)
- fix: Handle remote prune failures gracefully on self-hosted runners by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4295](https://redirect.github.com/peter-evans/create-pull-request/pull/4295)
- feat: add
[@&#8203;octokit/plugin-retry](https://redirect.github.com/octokit/plugin-retry)
to handle retriable server errors by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4298](https://redirect.github.com/peter-evans/create-pull-request/pull/4298)

#### New Contributors

- [@&#8203;deining](https://redirect.github.com/deining) made their
first contribution in
[#&#8203;4265](https://redirect.github.com/peter-evans/create-pull-request/pull/4265)

**Full Changelog**:
<peter-evans/create-pull-request@v8.0.0...v8.1.0>

###
[`v8.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v8.0.0):
Create Pull Request v8.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v8...v8)

#### What's new in v8

- Requires [Actions Runner
v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
or later if you are using a self-hosted runner for Node 24 support.

#### What's Changed

- chore: Update checkout action version to v6 by
[@&#8203;yonas](https://redirect.github.com/yonas) in
[#&#8203;4258](https://redirect.github.com/peter-evans/create-pull-request/pull/4258)
- Update actions/checkout references to
[@&#8203;v6](https://redirect.github.com/v6) in docs by
[@&#8203;Copilot](https://redirect.github.com/Copilot) in
[#&#8203;4259](https://redirect.github.com/peter-evans/create-pull-request/pull/4259)
- feat: v8 by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4260](https://redirect.github.com/peter-evans/create-pull-request/pull/4260)

#### New Contributors

- [@&#8203;yonas](https://redirect.github.com/yonas) made their first
contribution in
[#&#8203;4258](https://redirect.github.com/peter-evans/create-pull-request/pull/4258)
- [@&#8203;Copilot](https://redirect.github.com/Copilot) made their
first contribution in
[#&#8203;4259](https://redirect.github.com/peter-evans/create-pull-request/pull/4259)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.11...v8.0.0>

###
[`v8`](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.11...v8)

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.11...v8)

###
[`v7.0.11`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.11):
Create Pull Request v7.0.11

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.10...v7.0.11)

#### What's Changed

- fix: restrict remote prune to self-hosted runners by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4250](https://redirect.github.com/peter-evans/create-pull-request/pull/4250)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.10...v7.0.11>

###
[`v7.0.10`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.10):
Create Pull Request v7.0.10

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.9...v7.0.10)

⚙️ Fixes an issue where updating a pull request failed when targeting a
forked repository with the same owner as its parent.

#### What's Changed

- build(deps): bump the github-actions group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4235](https://redirect.github.com/peter-evans/create-pull-request/pull/4235)
- build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in the npm group by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4240](https://redirect.github.com/peter-evans/create-pull-request/pull/4240)
- fix: provider list pulls fallback for multi fork same owner by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;4245](https://redirect.github.com/peter-evans/create-pull-request/pull/4245)

#### New Contributors

- [@&#8203;obnyis](https://redirect.github.com/obnyis) made their first
contribution in
[#&#8203;4064](https://redirect.github.com/peter-evans/create-pull-request/pull/4064)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.9...v7.0.10>

###
[`v7.0.9`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.9):
Create Pull Request v7.0.9

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.8...v7.0.9)

⚙️ Fixes an
[incompatibility](https://redirect.github.com/peter-evans/create-pull-request/issues/4228)
with the recently released `actions/checkout@v6`.

#### What's Changed

- \~70 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- docs: fix workaround description about `ready_for_review` by
[@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) in
[#&#8203;3939](https://redirect.github.com/peter-evans/create-pull-request/pull/3939)
- Docs: `add-paths` default behavior by
[@&#8203;joeflack4](https://redirect.github.com/joeflack4) in
[#&#8203;3928](https://redirect.github.com/peter-evans/create-pull-request/pull/3928)
- docs: update to create-github-app-token v2 by
[@&#8203;Goooler](https://redirect.github.com/Goooler) in
[#&#8203;4063](https://redirect.github.com/peter-evans/create-pull-request/pull/4063)
- Fix compatibility with actions/checkout\@&#8203;v6 by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;4230](https://redirect.github.com/peter-evans/create-pull-request/pull/4230)

#### New Contributors

- [@&#8203;joeflack4](https://redirect.github.com/joeflack4) made their
first contribution in
[#&#8203;3928](https://redirect.github.com/peter-evans/create-pull-request/pull/3928)
- [@&#8203;Goooler](https://redirect.github.com/Goooler) made their
first contribution in
[#&#8203;4063](https://redirect.github.com/peter-evans/create-pull-request/pull/4063)
- [@&#8203;ericsciple](https://redirect.github.com/ericsciple) made
their first contribution in
[#&#8203;4230](https://redirect.github.com/peter-evans/create-pull-request/pull/4230)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.8...v7.0.9>

###
[`v7.0.8`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.8):
Create Pull Request v7.0.8

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.7...v7.0.8)

#### What's Changed

- build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3751](https://redirect.github.com/peter-evans/create-pull-request/pull/3751)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.8.1 to
3.8.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3752](https://redirect.github.com/peter-evans/create-pull-request/pull/3752)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.2 to 11.4.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3753](https://redirect.github.com/peter-evans/create-pull-request/pull/3753)
- build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3754](https://redirect.github.com/peter-evans/create-pull-request/pull/3754)
- fix: suppress output for some git operations by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3776](https://redirect.github.com/peter-evans/create-pull-request/pull/3776)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.7...v7.0.8>

###
[`v7.0.7`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.7):
Create Pull Request v7.0.7

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7)

⚙️ Fixes an issue with commit signing where modifications to the same
file in multiple commits squash into the first commit.

#### What's Changed

- build(deps): bump
[@&#8203;octokit/core](https://redirect.github.com/octokit/core) from
6.1.2 to 6.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3593](https://redirect.github.com/peter-evans/create-pull-request/pull/3593)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.68 to 18.19.70 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3594](https://redirect.github.com/peter-evans/create-pull-request/pull/3594)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3603](https://redirect.github.com/peter-evans/create-pull-request/pull/3603)
- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3610](https://redirect.github.com/peter-evans/create-pull-request/pull/3610)
- build(deps): bump octokit dependencies by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3618](https://redirect.github.com/peter-evans/create-pull-request/pull/3618)
- docs: add workflow tip for showing message via workflow command by
[@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) in
[#&#8203;3626](https://redirect.github.com/peter-evans/create-pull-request/pull/3626)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3628](https://redirect.github.com/peter-evans/create-pull-request/pull/3628)
- build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3627](https://redirect.github.com/peter-evans/create-pull-request/pull/3627)
- build(deps-dev): bump undici from 6.21.0 to 6.21.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3630](https://redirect.github.com/peter-evans/create-pull-request/pull/3630)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.70 to 18.19.71 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3629](https://redirect.github.com/peter-evans/create-pull-request/pull/3629)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3647](https://redirect.github.com/peter-evans/create-pull-request/pull/3647)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.71 to 18.19.74 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3657](https://redirect.github.com/peter-evans/create-pull-request/pull/3657)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.74 to 18.19.75 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3663](https://redirect.github.com/peter-evans/create-pull-request/pull/3663)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.3.0 to 13.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3670](https://redirect.github.com/peter-evans/create-pull-request/pull/3670)
- build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3671](https://redirect.github.com/peter-evans/create-pull-request/pull/3671)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3680](https://redirect.github.com/peter-evans/create-pull-request/pull/3680)
- build(deps): bump
[@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error)
from 6.1.6 to 6.1.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3685](https://redirect.github.com/peter-evans/create-pull-request/pull/3685)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.0 to 11.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3688](https://redirect.github.com/peter-evans/create-pull-request/pull/3688)
- build(deps): bump
[@&#8203;octokit/endpoint](https://redirect.github.com/octokit/endpoint)
from 10.1.2 to 10.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3700](https://redirect.github.com/peter-evans/create-pull-request/pull/3700)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3691](https://redirect.github.com/peter-evans/create-pull-request/pull/3691)
- build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3709](https://redirect.github.com/peter-evans/create-pull-request/pull/3709)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to
3.8.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3710](https://redirect.github.com/peter-evans/create-pull-request/pull/3710)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.1 to 11.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3713](https://redirect.github.com/peter-evans/create-pull-request/pull/3713)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.75 to 18.19.76 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3712](https://redirect.github.com/peter-evans/create-pull-request/pull/3712)
- build(deps): bump
[@&#8203;octokit/core](https://redirect.github.com/octokit/core) from
6.1.3 to 6.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3711](https://redirect.github.com/peter-evans/create-pull-request/pull/3711)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3736](https://redirect.github.com/peter-evans/create-pull-request/pull/3736)
- Use showFileAtRefBase64 to read per-commit file contents by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[#&#8203;3744](https://redirect.github.com/peter-evans/create-pull-request/pull/3744)

#### New Contributors

- [@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) made
their first contribution in
[#&#8203;3626](https://redirect.github.com/peter-evans/create-pull-request/pull/3626)
- [@&#8203;grahamc](https://redirect.github.com/grahamc) made their
first contribution in
[#&#8203;3744](https://redirect.github.com/peter-evans/create-pull-request/pull/3744)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.6...v7.0.7>

###
[`v7.0.6`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.6):
Create Pull Request v7.0.6

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6)

⚙️ Fixes an issue with commit signing where unicode characters in file
paths were not preserved.

#### What's Changed

- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1
to 0.38.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3365](https://redirect.github.com/peter-evans/create-pull-request/pull/3365)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3370](https://redirect.github.com/peter-evans/create-pull-request/pull/3370)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.2.4 to 13.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3375](https://redirect.github.com/peter-evans/create-pull-request/pull/3375)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.50 to 18.19.54 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3376](https://redirect.github.com/peter-evans/create-pull-request/pull/3376)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.3.3 to 11.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3377](https://redirect.github.com/peter-evans/create-pull-request/pull/3377)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3388](https://redirect.github.com/peter-evans/create-pull-request/pull/3388)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.54 to 18.19.55 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3400](https://redirect.github.com/peter-evans/create-pull-request/pull/3400)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.10.1 to 1.11.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3401](https://redirect.github.com/peter-evans/create-pull-request/pull/3401)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.2.5 to 13.2.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3403](https://redirect.github.com/peter-evans/create-pull-request/pull/3403)
- build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3402](https://redirect.github.com/peter-evans/create-pull-request/pull/3402)
- build(deps): bump
[@&#8203;octokit/plugin-throttling](https://redirect.github.com/octokit/plugin-throttling)
from 9.3.1 to 9.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3404](https://redirect.github.com/peter-evans/create-pull-request/pull/3404)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3423](https://redirect.github.com/peter-evans/create-pull-request/pull/3423)
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3441](https://redirect.github.com/peter-evans/create-pull-request/pull/3441)
- build(deps): bump undici from 6.19.8 to 6.20.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3442](https://redirect.github.com/peter-evans/create-pull-request/pull/3442)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3451](https://redirect.github.com/peter-evans/create-pull-request/pull/3451)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.55 to 18.19.58 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3457](https://redirect.github.com/peter-evans/create-pull-request/pull/3457)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.13 to 29.5.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3462](https://redirect.github.com/peter-evans/create-pull-request/pull/3462)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.58 to 18.19.60 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3463](https://redirect.github.com/peter-evans/create-pull-request/pull/3463)
- chore: don't bundle undici by
[@&#8203;benmccann](https://redirect.github.com/benmccann) in
[#&#8203;3475](https://redirect.github.com/peter-evans/create-pull-request/pull/3475)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3478](https://redirect.github.com/peter-evans/create-pull-request/pull/3478)
- chore: use node-fetch-native support for proxy env vars by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3483](https://redirect.github.com/peter-evans/create-pull-request/pull/3483)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.60 to 18.19.64 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3488](https://redirect.github.com/peter-evans/create-pull-request/pull/3488)
- build(deps-dev): bump undici from 6.20.1 to 6.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3499](https://redirect.github.com/peter-evans/create-pull-request/pull/3499)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2
to 0.38.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3500](https://redirect.github.com/peter-evans/create-pull-request/pull/3500)
- docs: note `push-to-repo` classic PAT `workflow` scope requirement by
[@&#8203;scop](https://redirect.github.com/scop) in
[#&#8203;3511](https://redirect.github.com/peter-evans/create-pull-request/pull/3511)
- docs: spelling fixes by
[@&#8203;scop](https://redirect.github.com/scop) in
[#&#8203;3512](https://redirect.github.com/peter-evans/create-pull-request/pull/3512)
- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3516](https://redirect.github.com/peter-evans/create-pull-request/pull/3516)
- build(deps-dev): bump prettier from 3.3.3 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3517](https://redirect.github.com/peter-evans/create-pull-request/pull/3517)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.64 to 18.19.66 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3518](https://redirect.github.com/peter-evans/create-pull-request/pull/3518)
- docs(README): clarify that an existing open PR is managed by
[@&#8203;caugner](https://redirect.github.com/caugner) in
[#&#8203;3498](https://redirect.github.com/peter-evans/create-pull-request/pull/3498)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3529](https://redirect.github.com/peter-evans/create-pull-request/pull/3529)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.3.5 to 11.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3542](https://redirect.github.com/peter-evans/create-pull-request/pull/3542)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.66 to 18.19.67 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3543](https://redirect.github.com/peter-evans/create-pull-request/pull/3543)
- build(deps-dev): bump prettier from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3544](https://redirect.github.com/peter-evans/create-pull-request/pull/3544)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.3 to
3.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3559](https://redirect.github.com/peter-evans/create-pull-request/pull/3559)
- build(deps-dev): bump prettier from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3560](https://redirect.github.com/peter-evans/create-pull-request/pull/3560)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.67 to 18.19.68 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3570](https://redirect.github.com/peter-evans/create-pull-request/pull/3570)
- build(deps): bump p-limit from 6.1.0 to 6.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3578](https://redirect.github.com/peter-evans/create-pull-request/pull/3578)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3583](https://redirect.github.com/peter-evans/create-pull-request/pull/3583)
- fix: preserve unicode in filepaths when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3588](https://redirect.github.com/peter-evans/create-pull-request/pull/3588)

#### New Contributors

- [@&#8203;benmccann](https://redirect.github.com/benmccann) made their
first contribution in
[#&#8203;3475](https://redirect.github.com/peter-evans/create-pull-request/pull/3475)
- [@&#8203;scop](https://redirect.github.com/scop) made their first
contribution in
[#&#8203;3511](https://redirect.github.com/peter-evans/create-pull-request/pull/3511)
- [@&#8203;caugner](https://redirect.github.com/caugner) made their
first contribution in
[#&#8203;3498](https://redirect.github.com/peter-evans/create-pull-request/pull/3498)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.5...v7.0.6>

###
[`v7.0.5`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.5):
Create Pull Request v7.0.5

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5)

⚙️ Fixes an issue with commit signing to allow it to support symlinks

#### What's Changed

- fix: support symlinks when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3359](https://redirect.github.com/peter-evans/create-pull-request/pull/3359)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.4...v7.0.5>

###
[`v7.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.4):
Create Pull Request v7.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4)

⚙️ Fixes an issue with commit signing to allow it to support submodules

#### What's Changed

- docs: correct suggestion for bot setup by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[#&#8203;3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.12 to 29.5.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3343](https://redirect.github.com/peter-evans/create-pull-request/pull/3343)
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3344](https://redirect.github.com/peter-evans/create-pull-request/pull/3344)
- fix: support submodules when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3354](https://redirect.github.com/peter-evans/create-pull-request/pull/3354)

#### New Contributors

- [@&#8203;henryiii](https://redirect.github.com/henryiii) made their
first contribution in
[#&#8203;3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.3...v7.0.4>

###
[`v7.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.3):
Create Pull Request v7.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3)

⚙️ Fixes an issue with commit signing where commit SHAs have variable
lengths when abbreviated.

#### What's Changed

- fix: disable abbreviated commit shas in diff by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3337](https://redirect.github.com/peter-evans/create-pull-request/pull/3337)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.2...v7.0.3>

###
[`v7.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.2):
Create Pull Request v7.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2)

⚙️ Fixes an issue with commit signing when a change was detected as
being a rename or copy.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.48 to 18.19.50 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3320](https://redirect.github.com/peter-evans/create-pull-request/pull/3320)
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3319](https://redirect.github.com/peter-evans/create-pull-request/pull/3319)
- fix: disable diff detection for renames and copies by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3330](https://redirect.github.com/peter-evans/create-pull-request/pull/3330)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.1...v7.0.2>

###
[`v7.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.1):
Create Pull Request v7.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7...v7.0.1)

⚙️ Fixes [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/3311)
affecting one particular use case where the action fails on `diff
--stat` with `fatal: ambiguous argument`.

#### What's Changed

- build(deps): bump peter-evans/create-pull-request from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3283](https://redirect.github.com/peter-evans/create-pull-request/pull/3283)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.46 to 18.19.48 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3288](https://redirect.github.com/peter-evans/create-pull-request/pull/3288)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3289](https://redirect.github.com/peter-evans/create-pull-request/pull/3289)
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3290](https://redirect.github.com/peter-evans/create-pull-request/pull/3290)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3291](https://redirect.github.com/peter-evans/create-pull-request/pull/3291)
- fix: handle ambiguous argument failure on diff stat by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3312](https://redirect.github.com/peter-evans/create-pull-request/pull/3312)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.0...v7.0.1>

</details>

## Why?

Automated dependency update via Renovate.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
## What?

`parseEventTimestamp` now detects date-only iCalendar values
(`VALUE=DATE` or bare `YYYYMMDD`) and skips TZID re-anchoring for them.
Timed DTSTART/DTEND values with TZID keep the existing timezone
behavior.

## Why?

Closes #1058.

RFC 5545 DATE values have no timezone. Ignoring TZID for all-day events
prevents a stray TZID parameter from shifting the displayed date.
@andrinoff andrinoff requested a review from a team as a code owner May 17, 2026 19:39
@floatpanebot floatpanebot added ci CI / build pipeline size/S Diff: 11–50 lines labels May 17, 2026
Update Go toolchain in go.mod to use Nixpkgs Go version.
@andrinoff andrinoff marked this pull request as draft May 18, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI / build pipeline size/S Diff: 11–50 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants