Action method accepts two parameters which are array both. Second array is associative array of key as parameter name and value of parameter value.
In your case it would be
return redirect()->action(
[HomeController::class, 'index'],
['data' => $data]
);
Docs.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…