Skip to content

Bump action-send-mail to v18 and html-validation Node to 24#91

Merged
toshi0806 merged 1 commit into
mainfrom
bump-sendmail-node
Jul 4, 2026
Merged

Bump action-send-mail to v18 and html-validation Node to 24#91
toshi0806 merged 1 commit into
mainfrom
bump-sendmail-node

Conversation

@toshi0806

Copy link
Copy Markdown
Member

Reviewed Renovate #88 / #89.

action-send-mail v3.12.0 → v18: verified all majors v3..v18 — the only breaking change affecting our usage is v12's from format requirement. SMTP_FROM produces From: github-notify@smkwlab.net (bare email) → compliant. Other inputs stable. (Email send runs only on real PR events, so v18 delivery is confirmed on the next ML notification post-deploy.)

html-validation Node 20 → 24: Node 24 is current LTS (since 2025-10), Node 20 is EOL (2026-04); node is only used for htmlhint + a trivial CSS check → fine on 24.

Supersedes #88 / #89.

🤖 Generated with Claude Code

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.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JPuooHgsrboSEbfJsNf6iG
@toshi0806
toshi0806 merged commit 3c24c80 into main Jul 4, 2026
@toshi0806
toshi0806 deleted the bump-sendmail-node branch July 4, 2026 09:43

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRの変更内容を確認しました。Node.jsのバージョンアップ(20→24)とaction-send-mailのメジャーバージョンアップ(v3.12.0→v18)という2つの変更が含まれています。

Node 24はLTSとして適切な選択であり、htmlhintおよびCSSチェックのような軽量ツールへの影響は最小限です。action-send-mailについては、PRの説明にある通りv12の破壊的変更(fromフォーマット要件)が唯一の懸念点でしたが、SMTP_FROMがベアメールアドレスを生成するため準拠していることが確認されています。

全体的に変更は適切に検討されており、大きな問題は見当たりません。ただし、1点指摘事項があります。


- name: Send notification email to lab ML
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ [LOW] action-send-mailがv3.12.0からv18という大幅なメジャーバージョンアップとなっています。PRの説明ではv12のfromフォーマット要件のみが破壊的変更として言及されていますが、v3からv18の間には多数のメジャーバージョンが存在します。

コミットハッシュによるピン留め(@94de994a9f6fffee200243214e17002e2920bb59)はセキュリティ上適切ですが、メール送信は実際のPRイベントでのみ実行されるため、デプロイ後まで動作確認ができない点に注意が必要です。

v3〜v18の全メジャー変更を精査済みとのことですが、可能であればステージング環境や手動トリガーでの事前検証を検討することを推奨します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant