chore(deps): update dawidd6/action-send-mail action to v18#88
chore(deps): update dawidd6/action-send-mail action to v18#88renovate[bot] wants to merge 1 commit into
Conversation
|
|
||
| - name: Send notification email to lab ML | ||
| uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0 | ||
| uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18 |
There was a problem hiding this comment.
from 入力は以下のいずれかの形式である必要があります:
Plain Simple Name <user@example.com>user@example.com
ワークフロー内の from パラメータ(シークレット経由の場合も含む)が上記形式に準拠しているか確認してください。形式が合わない場合、メール送信が失敗する可能性があります。
There was a problem hiding this comment.
裏取りしました。v3→v18 の全メジャーのリリースノートを確認した結果、この用途に影響する破壊的変更は v12 の from 形式のみでした(他メジャー v4-v18 に該当変更なし。使用中の server_address/port/username/password/subject/to/body は全バージョン互換)。
v12 の要件: from は user@example.com または Plain Simple Name <user@example.com> 形式が必須。
本 workflow は from: ${{ secrets.SMTP_FROM }}(シークレット)のため値を確認できません。マージ前に SMTP_FROM が上記形式かメンテナ確認が必要です(通常の SMTP from アドレスなら有効な email 形式のはずで問題ない可能性が高いですが、表示名のみ等だと v18 で送信失敗します)。加えて reusable workflow(全リポの ML 通知に波及)かつ email 送信は PR イベント実走時のみで CI 検証されない点も要注意。
Reviewed Renovate #88 / #89: - dawidd6/action-send-mail v3.12.0 -> v18. Verified across all majors v3..v18: the only breaking change affecting our usage is v12's `from` format requirement (user@example.com or "Name <user@example.com>"). SMTP_FROM produces From: github-notify@smkwlab.net (bare email) -> compliant. - html-validation Node 20 -> 24. Node 24 is current LTS (since 2025-10) and Node 20 is EOL (2026-04); node is only used for htmlhint + a trivial CSS brace check, both fine on 24. (The AI reviewer's "24 not LTS" note is stale.) Consolidated to clear the up-to-date-branch ruleset. Supersedes #88 / #89. Note: action-send-mail runs only on real PR events (not CI), so v18 email delivery is confirmed on the next ML notification after the v1 deploy. Claude-Session: https://claude.ai/code/session_01JPuooHgsrboSEbfJsNf6iG Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
Superseded by #91 (SMTP_FROM confirmed bare-email format, v18 compatible). Closing. |
This PR contains the following updates:
v3.12.0→v18Release Notes
dawidd6/action-send-mail (dawidd6/action-send-mail)
v18Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v17...v18
v17Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v16...v17
v16Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v15...v16
v15Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v14...v15
v14Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v13...v14
v13Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v12...v13
v12Compare Source
Possible Breaking Change
frominput now needs to be in one of those forms:Plain Simple Name <user@example.com>user@example.comWhat's Changed
New Contributors
Full Changelog: dawidd6/action-send-mail@v11...v12
v11Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-send-mail@v10...v11
v10Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v9...v10
v9Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v8...v9
v8Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-send-mail@v7...v8
v7Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v6...v7
v6Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v5...v6
v5Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-send-mail@v4...v5
v4Compare Source
What's Changed
Full Changelog: dawidd6/action-send-mail@v3.12.0...v4
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.