Hint: observe that:
$$
y''' - 3y'' +3y' -y =
\frac{\mathrm d^3}{\mathrm d x^3}y - 3\frac{\mathrm d^2}{\mathrm d x^2}y + 3\frac{\mathrm d}{\mathrm dx}y -y \stackrel{\text{somewhat informally}}{===}(\frac{\mathrm d}{\mathrm d x} - 1)^3 y
$$
Formally, we can write this as
$$
\left(\frac{\mathrm d}{\mathrm d x} - 1\right) \underbrace{\left(\frac{\mathrm d}{\mathrm d x} - 1\right) \overbrace{\left(\frac{\mathrm d}{\mathrm d x} - 1\right) y}^{u}}_v
$$
This can be solved by introducing additional variables:
\begin{align}
&\left(\frac{\mathrm d}{\mathrm d x} - 1\right) y = u\\
&\left(\frac{\mathrm d}{\mathrm d x} - 1\right) u = v\\
&\left(\frac{\mathrm d}{\mathrm d x} - 1\right) v = t^{-2}e^t.
\end{align}
Note that
$$
\left(\frac{\mathrm d}{\mathrm d x} - 1\right)v = v' - v
$$
and so on.
You could also find the parameters $u_i$ by plugging $u_i y_i$ into your equation and solving that for $u_i$ for every $i$. This is more general approach, but it seemingly needs more calculations. Also, those parameters ostensibly call for using the former approach.